From 46a8f212e59e3d32a31936bc5a3656a3f78a8b5f Mon Sep 17 00:00:00 2001 From: dennis Date: Sat, 25 Oct 2008 11:50:31 +0000 Subject: Lang-Å¿-Modus wiederhergestellt (neo_s war defekt). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1039 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-Neo.ahk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'windows/autohotkey/Source') diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index b5d3334..aacb605 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -348,22 +348,18 @@ return neo_s: EbeneAktualisieren() - if (Ebene12 and !LangSTastatur and !(CheckDeadUni12("a1",0x015B,0x015A) + if (Ebene12 and !(CheckDeadUni12("a1",0x015B,0x015A) or CheckDeadUni12("a2",0x015F,0x015E) or CheckDeadUni12("a6",0x1E61,0x1E60) or CheckDeadUni12("c1",0x015D,0x015C) or CheckDeadUni12("c4",0x0161,0x0160) or CheckDeadUni12("a6",0x1E63,0x1A62))) { - if LangSTastatur and (Ebene = 1) + if (LangSTastatur and (Ebene = 1)) SendUnicodeChar(0x017F, "17F") ; langes s else OutputChar12("s","S","s","S") } else if (Ebene = 3) OutputChar("?", "question") - else if Ebene7 { - if LangSTastatur - OutputChar("s", "s") - else SendUnicodeChar(0x017F, "17F") - } else if (Ebene = 4) + else if (Ebene = 4) OutputChar("¿", "questiondown") else if (Ebene = 5) SendUnicodeChar(0x03C3, "Greek_sigma") ;sigma -- cgit v1.2.3