summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Keys-Neo.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-08 16:54:00 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-08 16:54:00 +0000
commit34c441881dc8396330834ab919a00ee9d2bd540c (patch)
tree859c9dba609bb3b59c802e7635db6053a10a89da /windows/autohotkey/Source/Keys-Neo.ahk
parentde5de233864a70e4bd3896b0b5a96efc2928a78c (diff)
Ticket 31: ahk: Shift+(Strg und/oder Alt)+Ziffer sendet nicht mehr (Strg und/oder Alt)+(Ebene 2 der Ziffer).
git-svn-id: https://svn.neo-layout.org@849 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Keys-Neo.ahk')
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk
index 1c31877..85d5876 100644
--- a/windows/autohotkey/Source/Keys-Neo.ahk
+++ b/windows/autohotkey/Source/Keys-Neo.ahk
@@ -283,8 +283,8 @@ neo_c:
OutputChar12("c","C")
else if (Ebene = 3)
send {blind}]
- else if (Ebene = 4) and (not(lernModus) or lernModus_neo_Entf)
- Send {blind}{Del}
+ else if (Ebene = 4) and (!lernModus or lernModus_neo_Entf)
+ send {blind}{Del}
else if (Ebene = 5)
SendUnicodeChar(0x03C7) ; chi
else if (Ebene = 6)