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: =?UTF-8?q?Bug=20gefixt:=20Zwei=20Unicode-Sequenzen=20hinter=20ein?= =?UTF-8?q?ander=20haben=20so=20nicht=20funktioniert,=20weil=20das=20Scrip?= =?UTF-8?q?t=20noch=20nichts=20vom=20Up-Event=20des=20letzten=20U-Zeichens?= =?UTF-8?q?=20der=20Compose-Sequenz=20=E2=99=ABUU=20mitbekommen=20hat=20un?= =?UTF-8?q?d=20beim=20down-Event=20des=20n=C3=A4chsten=20U-Zeichens=20(des?= =?UTF-8?q?=20ersten=20der=20n=C3=A4chsten=20=E2=99=ABUU-Sequenz)=20gleich?= =?UTF-8?q?=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 -- cgit v1.2.3