summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Keys-DeadKeys.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-18 01:56:38 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-18 01:56:38 +0000
commit72c3411ee751bd9ebded4aedc6c729f15d930aab (patch)
tree7e218e70d3884696efa8f1a9e82074315157af25 /windows/autohotkey/Source/Keys-DeadKeys.ahk
parentdee9908f9be95a8d3f6a48f6af4849a2e0d8f780 (diff)
weitere ergänzungen
git-svn-id: https://svn.neo-layout.org@1018 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Keys-DeadKeys.ahk')
-rw-r--r--windows/autohotkey/Source/Keys-DeadKeys.ahk8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/autohotkey/Source/Keys-DeadKeys.ahk b/windows/autohotkey/Source/Keys-DeadKeys.ahk
index 0953c0a..e2bc338 100644
--- a/windows/autohotkey/Source/Keys-DeadKeys.ahk
+++ b/windows/autohotkey/Source/Keys-DeadKeys.ahk
@@ -33,14 +33,14 @@ neo_tot2:
deadAsc("``{space}", "dead_grave", "g1")
- if (Ebene = 2) and !CheckDeadUni("g2",0x030F) ; Doppelgravis, tot
-
- deadUni(0x02F5, "dead_doublegrave", "g2")
-
else if (Ebene = 3) and !CheckDeadUni("g3",0x0308) ; Diärese, tot
deadUni(0x00A8, "dead_diaeresis", "g3")
+ else if (Ebene = 4) and !CheckDeadUni("g4",0x030F) ; Doppelgravis, tot
+
+ deadUni(0x02F5, "dead_doublegrave", "g4")
+
else if (Ebene = 5) and !CheckDeadUni("g5",0x0485) ; Spiritus asper, tot
deadUni(0x1FFE, "U1FFE", "g5")