diff options
Diffstat (limited to '')
-rw-r--r-- | windows/XP/autohotkey/neo20-all-in-one.ahk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/XP/autohotkey/neo20-all-in-one.ahk b/windows/XP/autohotkey/neo20-all-in-one.ahk index e88520d..fda6c12 100644 --- a/windows/XP/autohotkey/neo20-all-in-one.ahk +++ b/windows/XP/autohotkey/neo20-all-in-one.ahk @@ -99,7 +99,7 @@ PriorDeadKey := "" }
return
-; KP_Decimal durch Mod5+Mod5
+; KP_Decimal durch Mod4+Mod4
*<::
*SC138::
if GetKeyState("<","P") and GetKeyState("SC138","P")
@@ -1826,7 +1826,7 @@ return ------------------------------------------------------
*/
-;SC056 (<) wird zu Mod5
+;SC056 (<) wird zu Mod4
*y::
EbeneAktualisieren()
@@ -2995,7 +2995,7 @@ EbeneAktualisieren() Ebene += 2
}
- ; ist Mod5 down? Mod3 hat Vorrang!
+ ; ist Mod4 down? Mod3 hat Vorrang!
else if ( GetKeyState("<","P") or GetKeyState("SC138","P") )
{
Ebene += 4
@@ -3098,4 +3098,4 @@ EncodeInteger(ref, val) ------------------------------------------------------
*/
-+pause::suspend
\ No newline at end of file ++pause::suspend
|