summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--windows/autohotkey/Source/Methods-Layers.ahk2
-rw-r--r--windows/autohotkey/neo20.ahk2
-rw-r--r--windows/autohotkey/neo20.exebin424421 -> 424411 bytes
3 files changed, 2 insertions, 2 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
}
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
}
diff --git a/windows/autohotkey/neo20.exe b/windows/autohotkey/neo20.exe
index beef924..b02d44d 100644
--- a/windows/autohotkey/neo20.exe
+++ b/windows/autohotkey/neo20.exe
Binary files differ