From a3b4e7c2cbbd68f146707bc8acc69130d7a7f49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Sun, 2 Nov 2008 14:00:02 +0000 Subject: =?UTF-8?q?Willkommen-Nachricht=20bei=20(De-)Aktivieren=20der=20VM?= =?UTF-8?q?-Belegungsvariante=20implementiert=20EinHandNEO-Modus=20aktivie?= =?UTF-8?q?rt:=20=E2=80=A2=20Mod3+F10=20toggelt=20den=20EinHandNEO-Modus?= =?UTF-8?q?=20=E2=80=A2=20Space=20und=20Space=20up=20werden=20jetzt=20?= =?UTF-8?q?=C3=BCber=20die=20normalen=20AllStar-Routine=20abgewickelt=20?= =?UTF-8?q?=E2=80=A2=20TransformKey=20reaktiviert=20=E2=80=A2=20Bei=20Key-?= =?UTF-8?q?Release=20auch=20Proc-Aufruf=20erm=C3=B6glicht=20(f=C3=BCr=20Sp?= =?UTF-8?q?ace=20Up)=20=E2=80=A2=20Einhand-Modus=20umgesetzt=20durch=20Tra?= =?UTF-8?q?nsformKey-Funktion=20und=20TKEH=5F%PhysKey%-Variablen,=20die=20?= =?UTF-8?q?auf=20diejenige=20Taste=20verweisen,=20die=20anstelle=20von=20%?= =?UTF-8?q?PhysKey%=20simuliert=20werden=20soll.=20=E2=80=A2=20Bei=20Space?= =?UTF-8?q?-Down=20(EHSd)wird=20ein=20Space=20up-Proc-Aufruf=20zu=20EHSu?= =?UTF-8?q?=20gesetzt,=20die=20wiederum=20entweder=20die=20normale=20Space?= =?UTF-8?q?-Funktion=20aktiviert=20oder=20nichts,=20wenn=20dazwischen=20ei?= =?UTF-8?q?ne=20Taste=20durch=20den=20Einhandmodus=20umgelegt=20worden=20i?= =?UTF-8?q?st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1088 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/keyhooks.ahk | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'windows/neo-vars/keyhooks.ahk') diff --git a/windows/neo-vars/keyhooks.ahk b/windows/neo-vars/keyhooks.ahk index 9e269c7..ff818f6 100644 --- a/windows/neo-vars/keyhooks.ahk +++ b/windows/neo-vars/keyhooks.ahk @@ -56,6 +56,7 @@ *VKBCSC033:: ; , (,) *VKBESC034:: ; . (.) *VKBDSC035:: ; - (j) +*space:: ; Numpad @@ -163,6 +164,7 @@ numpadenter:: *VKBCSC033 up:: ; , (,) *VKBESC034 up:: ; . (.) *VKBDSC035 up:: ; - (j) +*space up:: ; Numpad @@ -214,23 +216,3 @@ numpadenter up:: AllStar(A_ThisHotkey) return - -*space:: - if ((einHandNeo)) - spacepressed := 1 - else - AllStar(A_ThisHotkey) -return - -*space up:: - if ((einHandNeo)) { - if ((keypressed)) { - keypressed := 0 - spacepressed := 0 - } else { - AllStar("space") ;??? - AllStar("space up") - } - } else - AllStar(A_ThisHotkey) -return -- cgit v1.2.3