From 70fb0eace143254f0a435f74f8c1765849f55e1e Mon Sep 17 00:00:00 2001 From: stmayer Date: Mon, 11 Aug 2008 10:55:06 +0000 Subject: AHK: Ebene4-Ziffernblock: NumPadAdd und NumPadSub korrigiert Changelog angepaßt, Changes angepaßt (wozu diese neue Datei eigtl?) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@743 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-Neo.ahk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'windows/autohotkey/Source/Keys-Neo.ahk') diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index ca98dec..3e37a63 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -67,9 +67,9 @@ neo_1: if (PriorDeadKey = "comp") CompKey := "1" - else if (PriorCompKey = "r") + else if (PriorCompKey == "r") CompKey := "r_1" - else if (PriorCompKey = "R") + else if (PriorCompKey == "R") CompKey := "R_1" } else if (Ebene = 2) @@ -352,7 +352,7 @@ neo_0: else if (Ebene = 3) send {blind}’ else if (Ebene = 4) - Send {blind}{NumpadMinus} + Send {blind}{NumpadSub} else if (Ebene = 5) { CompKey := PriorCompKey @@ -600,7 +600,7 @@ neo_q: send {blind}{&} else if ((Ebene = 4) and !(CheckDeadUni("c1",0x207A) or CheckDeadUni("c5",0x208A))) - Send {blind}{NumPadPlus} + Send {blind}{NumPadAdd} else if (Ebene = 5) SendUnicodeChar(0x03D5) ; phi symbol (varphi) else if (Ebene = 6) @@ -1622,3 +1622,4 @@ return + -- cgit v1.2.3