diff options
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 4 |
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)
|