diff options
Diffstat (limited to 'windows/autohotkey/neo20.ahk')
-rw-r--r-- | windows/autohotkey/neo20.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/autohotkey/neo20.ahk b/windows/autohotkey/neo20.ahk index 1bec1ea..b409ef0 100644 --- a/windows/autohotkey/neo20.ahk +++ b/windows/autohotkey/neo20.ahk @@ -465,7 +465,7 @@ EbeneAktualisieren() IsShiftPressed()
-{aAAA
+{
global
return ((GetKeyState("Shift","P")) = !(isMod2Locked)) ;xor
}
|