diff options
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/Keys-DeadKeys.ahk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/autohotkey/Source/Keys-DeadKeys.ahk b/windows/autohotkey/Source/Keys-DeadKeys.ahk index 5622d91..0953c0a 100644 --- a/windows/autohotkey/Source/Keys-DeadKeys.ahk +++ b/windows/autohotkey/Source/Keys-DeadKeys.ahk @@ -23,7 +23,7 @@ neo_tot1: else if (Ebene = 6) and !CheckDeadUni("c6",0x0304) ; Makron, tot
- deadUni(0x00AF, "dead_macron", "c6")
+ deadAsc("¯", "dead_macron", "c6")
return
neo_tot2:
@@ -51,7 +51,7 @@ neo_tot3: EbeneAktualisieren()
if (Ebene = 1) and !CheckDeadUni("a1",0x0301) ; Akut, tot
- deadUni("{´}{space}", "dead_acute", "a1")
+ deadAsc("{´}{space}", "dead_acute", "a1")
else if (Ebene = 2) and !CheckDeadUni("a2",0x0327) ; Cedille, tot
|