diff options
Diffstat (limited to 'windows')
-rw-r--r-- | windows/autohotkey/Changelog-and-Todo.txt | 2 | ||||
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 5 | ||||
-rw-r--r-- | windows/autohotkey/neo20.ahk | 5 | ||||
-rw-r--r-- | windows/autohotkey/neo20.exe | bin | 424591 -> 424591 bytes |
4 files changed, 6 insertions, 6 deletions
diff --git a/windows/autohotkey/Changelog-and-Todo.txt b/windows/autohotkey/Changelog-and-Todo.txt index 471112e..7079548 100644 --- a/windows/autohotkey/Changelog-and-Todo.txt +++ b/windows/autohotkey/Changelog-and-Todo.txt @@ -23,6 +23,8 @@ Matthias Wächter <matthias (at) waechter.wiz. a t> === Änderungshistorie ===
+Revision 842 (von Martin Roppelt)
+‐ Ebenen 5 + 6 der Taste ›I‹ wiederhergestellt (Klammern vergessen).
Revision 841 (von Martin Roppelt)
‐ Ebenen 2‐6 der 1er-Taste wiederhergestellt (Klammern vergessen).
Revision 840 (von Martin Roppelt)
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:
diff --git a/windows/autohotkey/neo20.ahk b/windows/autohotkey/neo20.ahk index 08b52f9..37aca06 100644 --- a/windows/autohotkey/neo20.ahk +++ b/windows/autohotkey/neo20.ahk @@ -1079,13 +1079,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:
diff --git a/windows/autohotkey/neo20.exe b/windows/autohotkey/neo20.exe Binary files differindex 6ca70ac..9c826a2 100644 --- a/windows/autohotkey/neo20.exe +++ b/windows/autohotkey/neo20.exe |