summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-02 01:37:06 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-02 01:37:06 +0000
commit0302a8ab1d5a75026b838250f4a4ac3549fbffa7 (patch)
tree2187765dcf3df8afc55f0225aacab10d88a64935 /windows
parent709baf93f428901ca438ae572a0ac0201dc0aee9 (diff)
downloadneo-layout-0302a8ab1d5a75026b838250f4a4ac3549fbffa7.tar.gz
neo-layout-0302a8ab1d5a75026b838250f4a4ac3549fbffa7.tar.bz2
neo-layout-0302a8ab1d5a75026b838250f4a4ac3549fbffa7.zip
AHK: Taste ›I‹: Ebenen 5 + 6 wiederhergestellt.
git-svn-id: https://svn.neo-layout.org@842 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/autohotkey/Changelog-and-Todo.txt2
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk5
-rw-r--r--windows/autohotkey/neo20.ahk5
-rw-r--r--windows/autohotkey/neo20.exebin424591 -> 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
index 6ca70ac..9c826a2 100644
--- a/windows/autohotkey/neo20.exe
+++ b/windows/autohotkey/neo20.exe
Binary files differ