From 10462b21c85e43ad2129bc2005068fe1fa763b51 Mon Sep 17 00:00:00 2001 From: martin_r Date: Wed, 27 Aug 2008 01:23:34 +0000 Subject: DeadCompose implementiert, uncomp…-Methoden gelöscht, »return 0«-Zeilen entfernt (wird sowieso gemacht). checkComp ausgebessert: »global« hatte gefehlt. (Damit wurde ›ſt‹(Å¿t-Ligatur) ermöglicht (war defekt)). ahkTreiberKombi rausgeschmissen (war für den gelöschten msklc-Treiber gedacht). Massenweise Formatierungen normalisiert. Zusätzliche Compose-Aktivierung über Mod3+Mod3. Einhand- und Lernmodus wiederhergestellt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@810 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-Neo.ahk | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 ac6868a..6186d62 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -27,7 +27,7 @@ neo_tot1: deadUni(0x002D) ; Querstrich, tot DeadKey = c5 } else if (Ebene = 6) { - deadUni(0x0323) ; Punkt drunter (Colon), tot + deadUni(0x002E) ; Punkt drunter (Colon), tot DeadKey = c6 } CompKey := PriorCompKey return @@ -481,8 +481,8 @@ neo_sz: if LangSTastatur send ß else { - SendUnicodeChar(0x017F) ; langes s - CheckComp("lang_s") + if !checkComp("lang_s") + SendUnicodeChar(0x017F) ; langes s } else if (Ebene = 5) SendUnicodeChar(0x03C2) ; varsigma else if (Ebene = 6) @@ -658,8 +658,8 @@ neo_s: or CheckDeadUni12("c6",0x1E63,0x1A62))) { if LangSTastatur and (Ebene = 1) { - SendUnicodeChar(0x017F) ;langes S - CheckComp("lang_s") + if !checkComp("lang_s") + SendUnicodeChar(0x017F) ; langes s } else outputChar("s","S") } else if (Ebene = 3) send {blind}? -- cgit v1.2.3