summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Keys-Special.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-18 00:03:14 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-18 00:03:14 +0000
commite5d78780552652af2fe4114363575d8c613bee28 (patch)
tree431dbf2f400867c1f4dd65db9350126080b61254 /windows/autohotkey/Source/Keys-Special.ahk
parent263879a3062d6f84007b2f6ca3193301d8809fb5 (diff)
Aktualisierung der toten Tasten abgeschlossen
git-svn-id: https://svn.neo-layout.org@1016 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Keys-Special.ahk')
-rw-r--r--windows/autohotkey/Source/Keys-Special.ahk4
1 files changed, 2 insertions, 2 deletions
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