From b8514883c1d2edab874e28e0605966376bb35172 Mon Sep 17 00:00:00 2001 From: martin_r Date: Fri, 17 Oct 2008 18:31:29 +0000 Subject: weitere aktualisierung der toten tasten git-svn-id: https://svn.neo-layout.org@1011 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-DeadKeys.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/autohotkey/Source/Keys-DeadKeys.ahk') 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 -- cgit v1.2.3