From ce98d5346306fba507ad96ce21e10cfda0c5b8ac Mon Sep 17 00:00:00 2001 From: mösi Date: Sun, 9 Nov 2008 22:03:02 +0000 Subject: Alle Sondermodes auf Mod4+Function-Taste gelegt. Dazu weitere Hooks für F9 und F12 eingetragen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1153 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/Source/varsfunctions.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/neo-vars/src/Source/varsfunctions.ahk') 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 -- cgit v1.2.3