From 46350c599e49e360b067ff3dea65e539b9266cb2 Mon Sep 17 00:00:00 2001 From: martin_r Date: Fri, 12 Sep 2008 02:36:48 +0000 Subject: =?UTF-8?q?ahk:=20253=20Cokos.=20Methods-Other.ahk=20aufger=C3=A4u?= =?UTF-8?q?mt.=202er-Coko+Coko-Fehler=20ausgebessert.=20Compose.neo:=20Ben?= =?UTF-8?q?ennung=20angepasst=20und=20Fehler=20korrigiert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@864 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-Neo.ahk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 85d5876..a23d709 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -244,7 +244,7 @@ neo_v: if (Ebene12 and !(CheckDeadUni12("c6",0x1E7F,0x1E7E))) OutputChar12("v","V") else if (Ebene = 3) - send {blind}_ + OutputChar("_") else if (Ebene = 4) and (!lernModus or lernModus_neo_Backspace) Send {blind}{Backspace} else if (Ebene = 6) @@ -263,7 +263,7 @@ neo_l: or CheckDeadUni12("t4",0x0142,0x0141))) OutputChar12("l","L") else if (Ebene = 3) - send {blind}[ + OutputChar("[") else if (Ebene = 4) Send {Blind}{Up} else if (Ebene = 5) @@ -282,7 +282,7 @@ neo_c: or CheckDeadUni12("c2",0x010D,0x010C))) OutputChar12("c","C") else if (Ebene = 3) - send {blind}] + OutputChar("]") else if (Ebene = 4) and (!lernModus or lernModus_neo_Entf) send {blind}{Del} else if (Ebene = 5) @@ -810,7 +810,7 @@ neo_punkt: else if (Ebene = 2) SendUnicodeChar(0x2026) ; ellipse else if (Ebene = 3) - send {blind}' + OutputChar("'") else if ((Ebene = 4) and !(CheckDeadUni("c1",0x00B3) or CheckDeadUni("c5",0x2083))) OutputChar("{Numpad3}") @@ -1009,9 +1009,9 @@ neo_Numpad0: if (Ebene = 1) OutputChar("{Numpad0}") else if (Ebene = 2) - SendUnicodeChar(0x2030) ; Promille - else if (Ebene = 3) SendUnicodeChar(0x0025) ; Prozent + else if (Ebene = 3) + SendUnicodeChar(0x2030) ; Promille else if (Ebene = 4) send {blind}{NumpadIns} return -- cgit v1.2.3