From 0302a8ab1d5a75026b838250f4a4ac3549fbffa7 Mon Sep 17 00:00:00 2001 From: martin_r Date: Tue, 2 Sep 2008 01:37:06 +0000 Subject: AHK: Taste ›I‹: Ebenen 5 + 6 wiederhergestellt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@842 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Changelog-and-Todo.txt | 2 ++ windows/autohotkey/Source/Keys-Neo.ahk | 5 ++--- windows/autohotkey/neo20.ahk | 5 ++--- windows/autohotkey/neo20.exe | Bin 424591 -> 424591 bytes 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'windows') 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 === Ä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 Binary files a/windows/autohotkey/neo20.exe and b/windows/autohotkey/neo20.exe differ -- cgit v1.2.3