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