From 7d7fb795c1b468d51f8beb173c98b547ec5971e0 Mon Sep 17 00:00:00 2001 From: martin_r Date: Tue, 2 Sep 2008 00:59:30 +0000 Subject: AHK: Bugs ausgebessert. git-svn-id: https://svn.neo-layout.org@840 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-Unicode.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/autohotkey/Source/Methods-Unicode.ahk') diff --git a/windows/autohotkey/Source/Methods-Unicode.ahk b/windows/autohotkey/Source/Methods-Unicode.ahk index f50b5cc..a23da10 100644 --- a/windows/autohotkey/Source/Methods-Unicode.ahk +++ b/windows/autohotkey/Source/Methods-Unicode.ahk @@ -11,7 +11,7 @@ Der Aufruf von SendUnicodeChar(charCode) { global - if !((CheckComp(charCode) or PriorCompKey) and DeadCompose) + if !(CheckComp(charCode) and DeadCompose) IfWinActive,ahk_class gdkWindowToplevel { StringLower,charCode,charCode -- cgit v1.2.3