From adfbdfdd04261869724ffad70a336044b4c208a0 Mon Sep 17 00:00:00 2001 From: martin_r Date: Fri, 5 Sep 2008 00:42:32 +0000 Subject: ahk: 233/1802 Cokos. git-svn-id: https://svn.neo-layout.org@846 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-Neo.ahk | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 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 209735d..1c31877 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -403,9 +403,9 @@ neo_sz: else if (Ebene = 3) if LangSTastatur send ß - else { + else SendUnicodeChar(0x017F) ; langes s - } else if (Ebene = 5) + else if (Ebene = 5) SendUnicodeChar(0x03C2) ; varsigma else if (Ebene = 6) SendUnicodeChar(0x2218) ; Verknüpfungsoperator @@ -454,10 +454,7 @@ neo_u: send {blind}\ else if (Ebene = 4) Send {blind}{Home} - else if (Ebene = 5) { ; leer - CompKey := PriorCompKey - DeadKey := PriorDeadKey - } else if (Ebene = 6) + else if (Ebene = 6) SendUnicodeChar(0x222E) ; contour integral return @@ -567,7 +564,11 @@ neo_s: else OutputChar12("s","S") } else if (Ebene = 3) OutputChar("?") - else if (Ebene = 4) + else if Ebene7 { + if LangSTastatur + OutputChar("s") + else SendUnicodeChar(0x017F) + } else if (Ebene = 4) OutputChar("¿") else if (Ebene = 5) SendUnicodeChar(0x03C3) ;sigma -- cgit v1.2.3