summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/Source/varsfunctions.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-09 22:03:02 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-09 22:03:02 +0000
commitce98d5346306fba507ad96ce21e10cfda0c5b8ac (patch)
tree17d10aa3970470280ee09b8d23c6bf533795ec3c /windows/neo-vars/src/Source/varsfunctions.ahk
parent9e6386f3b0b372f61013d145a1769d9bb504cbdd (diff)
Alle Sondermodes auf Mod4+Function-Taste gelegt. Dazu weitere Hooks für F9 und F12 eingetragen
git-svn-id: https://svn.neo-layout.org@1153 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r--windows/neo-vars/src/Source/varsfunctions.ahk4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/neo-vars/src/Source/varsfunctions.ahk b/windows/neo-vars/src/Source/varsfunctions.ahk
index 079a333..f1b1eb7 100644
--- a/windows/neo-vars/src/Source/varsfunctions.ahk
+++ b/windows/neo-vars/src/Source/varsfunctions.ahk
@@ -235,7 +235,7 @@ CharProc(subroutine) {
einHandNeo := !(einHandNeo)
if (einHandNeo) {
CharProc("_EH1")
- MsgBox,Willkommen beim NEO-Einhand-Modus! Zum Deaktivieren, Mod3+F10 drücken
+ MsgBox,Willkommen beim NEO-Einhand-Modus! Zum Deaktivieren, Mod4+F9 drücken
} else {
CharProc("_EH0")
MsgBox,NEO-Einhand-Modus deaktiviert
@@ -319,7 +319,7 @@ CharProc(subroutine) {
lernModus := !(lernModus)
if (lernModus) {
CharProc("_LM1")
- MsgBox,Willkommen im NEO-Lernmodus! Zum Deaktivieren, Mod3+F11 drücken
+ MsgBox,Willkommen im NEO-Lernmodus! Zum Deaktivieren, Mod4+F12 drücken
} else {
CharProc("_LM0")
MsgBox,NEO-Lernmodus deaktiviert