From 7464792f708a33ba9a774ed009542015468915e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Fri, 26 Mar 2010 07:29:42 +0000 Subject: =?UTF-8?q?=E2=80=A2=20GSYM=20wird=20an=20anderer=20Stelle=20in=20?= =?UTF-8?q?anderem=20Zusammenhang=20evaluiert=20und=20sollte=20nie=20exist?= =?UTF-8?q?ieren,=20daher=20muss=20die=20lokale=20Variable=20umbenannt=20w?= =?UTF-8?q?erden.=20Effekt=20war,=20dass=20nach=20einem=20Durchlauf=20dies?= =?UTF-8?q?es=20Abschnitts,=20wenn=20also=20GSYM=20belegt=20ist,=20unbeleg?= =?UTF-8?q?te=20Tasten=20den=20letzten=20Wert=20von=20GSYM=20anstelle=20ei?= =?UTF-8?q?nes=20Leerstrings=20anzeigen.=20=E2=80=A2=20=3D=3D=20ist=20f?= =?UTF-8?q?=C3=BCr=20echten=20String-Compare=20besser.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2223 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/screenkeyboard_new.ahk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/neo-vars/src/source/screenkeyboard_new.ahk b/windows/neo-vars/src/source/screenkeyboard_new.ahk index 681ac24..5a2b677 100644 --- a/windows/neo-vars/src/source/screenkeyboard_new.ahk +++ b/windows/neo-vars/src/source/screenkeyboard_new.ahk @@ -46,9 +46,9 @@ rerun_bstnupdate: if (GSYM%GuiComp1% != "") { GuiComp .= GSYM%GuiComp1% } else if (CD%GuiComp1% != "") { - GSym := CD%GuiComp1% - if (GSYM%GSym% != "") - GuiComp .= GSYM%Gsym% + G_Sym := CD%GuiComp1% + if (GSYM%G_Sym% != "") + GuiComp .= GSYM%G_sym% else GuiComp .= CD%GuiComp1% } else if (CM%GuiComp1% == 1) { @@ -58,7 +58,7 @@ rerun_bstnupdate: GuiComp .= CF%CurrentComp% CurrentComp := "" goto rerun_bstnupdate - } else if (CurrentComp = "") { + } else if (CurrentComp == "") { GuiComp .= GuiComp1 } GuiPos := 0 -- cgit v1.2.3