From 0c1a26373f6ca16d22f6b9b26922d3e30ed4a00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Wed, 10 Mar 2010 18:01:35 +0000 Subject: =?UTF-8?q?Unterst=C3=BCtzung=20f=C3=BCr=20indirekte=20Grafiksymbo?= =?UTF-8?q?le=20f=C3=BCr=20Compose-Ergebnisse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2185 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/screenkeyboard_new.ahk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/neo-vars/src/source/screenkeyboard_new.ahk b/windows/neo-vars/src/source/screenkeyboard_new.ahk index a386c02..fdaac86 100644 --- a/windows/neo-vars/src/source/screenkeyboard_new.ahk +++ b/windows/neo-vars/src/source/screenkeyboard_new.ahk @@ -46,7 +46,11 @@ rerun_bstnupdate: if (GSYM%GuiComp1% != "") { GuiComp .= GSYM%GuiComp1% } else if (CD%GuiComp1% != "") { - GuiComp .= CD%GuiComp1% + GSym := CD%GuiComp1% + if (GSYM%GSym% != "") + GuiComp .= GSYM%Gsym% + else + GuiComp .= CD%GuiComp1% } else if (CM%GuiComp1% == 1) { GuiComp .= "U00002AU00002A" } else if (CF%CurrentComp% != "") { -- cgit v1.2.3