diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-10 18:01:35 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-10 18:01:35 +0000 |
commit | 0c1a26373f6ca16d22f6b9b26922d3e30ed4a00d (patch) | |
tree | 8c6482eb0b39adb4bbad066f00a918cd3e30236e /windows | |
parent | d7b2f9b4701cd119bfcab54784e6b8dfe927ac30 (diff) |
Unterstützung für indirekte Grafiksymbole für Compose-Ergebnisse
git-svn-id: https://svn.neo-layout.org@2185 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r-- | windows/neo-vars/src/source/screenkeyboard_new.ahk | 6 |
1 files changed, 5 insertions, 1 deletions
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% != "") {
|