From 0302a8ab1d5a75026b838250f4a4ac3549fbffa7 Mon Sep 17 00:00:00 2001 From: martin_r Date: Tue, 2 Sep 2008 01:37:06 +0000 Subject: =?UTF-8?q?AHK:=20Taste=20=E2=80=BAI=E2=80=B9:=20Ebenen=205=20+=20?= =?UTF-8?q?6=20wiederhergestellt.?= 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/neo20.ahk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'windows/autohotkey/neo20.ahk') 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: -- cgit v1.2.3