From d63287105d9795bbde3bb9aa4c8e0e8d9c850a3e Mon Sep 17 00:00:00 2001 From: martin_r Date: Sun, 2 Nov 2008 00:06:49 +0000 Subject: Rechtschreibfehler, DeadCompose überflüssig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1087 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-Other.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/autohotkey/Source/Methods-Other.ahk') diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk index 1f7ad1d..ab1d86b 100644 --- a/windows/autohotkey/Source/Methods-Other.ahk +++ b/windows/autohotkey/Source/Methods-Other.ahk @@ -86,7 +86,7 @@ CheckCompUni(d,val) { OutputChar(val1,val2) { global - if !(CheckComp(val2) and DeadCompose) + if (!CheckComp(val2)) send % "{blind}" . val1 } @@ -98,7 +98,7 @@ OutputChar12(val1,val2,val3,val4) { if (Ebene = 1) d := val3 else d := val4 - if !(CheckComp(d) and DeadCompose) + if (!CheckComp(d)) if GetKeyState("Shift","P") and isMod2Locked send % "{blind}{Shift Up}" . c . "{Shift Down}" else send % "{blind}" . c -- cgit v1.2.3