diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-09-02 01:37:06 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-09-02 01:37:06 +0000 |
commit | 0302a8ab1d5a75026b838250f4a4ac3549fbffa7 (patch) | |
tree | 2187765dcf3df8afc55f0225aacab10d88a64935 /windows/autohotkey/Source | |
parent | 709baf93f428901ca438ae572a0ac0201dc0aee9 (diff) |
AHK: Taste ›I‹: Ebenen 5 + 6 wiederhergestellt.
git-svn-id: https://svn.neo-layout.org@842 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index d7d5d5b..a0c62c4 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -330,13 +330,12 @@ neo_c: OutputChar12("c","C")
else if (Ebene = 3)
send {blind}]
- else if (Ebene = 4)
- if (not(lernModus) or lernModus_neo_Entf)
+ else if (Ebene = 4) and (not(lernModus) or lernModus_neo_Entf)
Send {blind}{Del}
else if (Ebene = 5)
SendUnicodeChar(0x03C7) ; chi
else if (Ebene = 6)
- SendUnicodeChar(0x2102) ; C (Komplexe Zahlen)
+ SendUnicodeChar(0x2102) ; C (Komplexe Zahlen)]
return
neo_w:
|