From 62df5f11491c784f43e14fef2a2448206b3ec4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Wed, 12 Nov 2008 14:21:38 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20gefixt:=20Zwei=20Unicode-Sequenzen=20hint?= =?UTF-8?q?er=20einander=20haben=20so=20nicht=20funktioniert,=20weil=20das?= =?UTF-8?q?=20Script=20noch=20nichts=20vom=20Up-Event=20des=20letzten=20U-?= =?UTF-8?q?Zeichens=20der=20Compose-Sequenz=20=E2=99=ABUU=20mitbekommen=20?= =?UTF-8?q?hat=20und=20beim=20down-Event=20des=20n=C3=A4chsten=20U-Zeichen?= =?UTF-8?q?s=20(des=20ersten=20der=20n=C3=A4chsten=20=E2=99=ABUU-Sequenz)?= =?UTF-8?q?=20gleich=20wieder=20das=20Unicode-Proc=20aufruft.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1176 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/Source/varsfunctions.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/neo-vars/src/Source/varsfunctions.ahk b/windows/neo-vars/src/Source/varsfunctions.ahk index f18ffd9..c77a500 100644 --- a/windows/neo-vars/src/Source/varsfunctions.ahk +++ b/windows/neo-vars/src/Source/varsfunctions.ahk @@ -24,6 +24,8 @@ AllStar(This_HotKey) { if (IsPressHooked == 1) { if (IsDown == 1) PressHookProc(PressHookRoutine, PhysKey, ActKey, Char) + else + CharStarUp(PhysKey) } else if (IsDown == 1) CharStarDown(PhysKey, ActKey, Char) else