From e7036f60bdae524c61307ad8de3a429b992cc15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Sun, 28 Mar 2010 13:38:18 +0000 Subject: =?UTF-8?q?Feinschliff=20f=C3=BCr=20Release:=20=E2=80=A2=20BSTN=20?= =?UTF-8?q?auf=20BST=20umbenannt,=20alte=20BST=20auf=20BSTO=20umbenannt,?= =?UTF-8?q?=20alle=20Funktionsaufrufe=20adaptiert.=20=E2=80=A2=20BST-Darst?= =?UTF-8?q?ellungsupdates=20optimiert.=20Spezialbelegungen=20wie=20Einhand?= =?UTF-8?q?modus=20brauchen=20einen=20eigenen=20Parameter=20zum=20Erzwinge?= =?UTF-8?q?n=20von=20Updates=20(Check=5FBSTUpdate(1)).=20=E2=80=A2=20BST?= =?UTF-8?q?=20hat=20nun=20ihre=20eigene=20Check=5FBSTUpdate()-Funktion,=20?= =?UTF-8?q?weniger=20Spaghetti=20beim=20Kunden.=20=E2=80=A2=20Die=20Haupt-?= =?UTF-8?q?BST,=20also=20die=20neue,=20liegt=20nun=20unter=20M3-F1.=20Die?= =?UTF-8?q?=20alte=20bekommt=20M3-F2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2240 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/einhandneo.ahk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'windows/neo-vars/src/source/einhandneo.ahk') diff --git a/windows/neo-vars/src/source/einhandneo.ahk b/windows/neo-vars/src/source/einhandneo.ahk index 1434793..95ed7f5 100644 --- a/windows/neo-vars/src/source/einhandneo.ahk +++ b/windows/neo-vars/src/source/einhandneo.ahk @@ -64,8 +64,8 @@ CharProc___EH1() { GUISYM("P__EHSd","EH") ED("EHSpace",0,"U000020","U000020","U000020","S__N__0","U0000A0","U00202F") - TransformProc := "Einhand" - TransformBSTNProc := "Einhand" + TransformProc := "Einhand" + TransformBSTProc := "Einhand" } CharProc___EH0() { @@ -108,17 +108,18 @@ CharProc___EH0() { ED("space",0,"U000020","U000020","U000020","S__N__0","U0000A0","U00202F") GUISYM("P__EHSd","") - TransformProc := "" - TransformBSTNProc := "" + TransformProc := "" + TransformBSTProc := "" } CharProc__EHSd() { global ; Space im Einhandmodus gedrückt - EHSpacePressed := 1 PRspace := "P__EHSu" - if (useBSTN) - BSTNUpdate() + if (!EHSpacePressed) { + EHSpacePressed := 1 + Check_BSTUpdate(1) + } } CharProc__EHSu() { @@ -130,8 +131,7 @@ CharProc__EHSu() { } EHKeyPressed := 0 EHSpacePressed := 0 - if (useBSTN) - BSTNUpdate() + Check_BSTUpdate(1) } CharProc__M2LT() { @@ -150,7 +150,7 @@ TransformEinhand(PhysKey) { return PhysKey } -TransformBSTNEinhand(PhysKey) { +TransformBSTEinhand(PhysKey) { global if (EHSpacePressed and (TKEH_%PhysKey% != "")) { return TKEH_%PhysKey% -- cgit v1.2.3