summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-18 22:22:41 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-18 22:22:41 +0000
commite9a5890cbe15c9a49012138b76f5b47d40fb7780 (patch)
tree38520fef1bf14f62d69af3b28ff0274cfdd3cca4 /windows/autohotkey/Source
parentc63134e1ac0522b643dffd4c71bcff2b27eab30d (diff)
downloadneo-layout-e9a5890cbe15c9a49012138b76f5b47d40fb7780.tar.gz
neo-layout-e9a5890cbe15c9a49012138b76f5b47d40fb7780.tar.bz2
neo-layout-e9a5890cbe15c9a49012138b76f5b47d40fb7780.zip
Syntaxfehler korrigiert.
git-svn-id: https://svn.neo-layout.org@777 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source')
-rw-r--r--windows/autohotkey/Source/Methods-Layers.ahk2
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
}