From e5d78780552652af2fe4114363575d8c613bee28 Mon Sep 17 00:00:00 2001 From: martin_r Date: Sat, 18 Oct 2008 00:03:14 +0000 Subject: Aktualisierung der toten Tasten abgeschlossen git-svn-id: https://svn.neo-layout.org@1016 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-Special.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/autohotkey/Source/Keys-Special.ahk') diff --git a/windows/autohotkey/Source/Keys-Special.ahk b/windows/autohotkey/Source/Keys-Special.ahk index 87e8623..c9633b8 100644 --- a/windows/autohotkey/Source/Keys-Special.ahk +++ b/windows/autohotkey/Source/Keys-Special.ahk @@ -65,12 +65,12 @@ return neo_SpaceUp: EbeneAktualisieren() - if (Ebene = 1) and !CheckDeadUni("t4",0x2010) ; Echter Bindestrich + if (Ebene = 1) and !CheckDeadUni("a3",0x2010) ; Echter Bindestrich OutputChar("{Space}", "Space") else if (Ebene = 2) or (Ebene = 3) Send {blind}{Space} else if ((Ebene = 4) and !(CheckDeadUni("c1",0x2070) - or CheckDeadUni("c5",0x2080))) + or CheckDeadUni("a3",0x2080))) OutputChar("{Numpad0}", "KP_0") else if (Ebene = 5) SendUnicodeChar(0x00A0, "U00A0") ; geschütztes Leerzeichen -- cgit v1.2.3