summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-09-20 10:51:11 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-09-20 10:51:11 +0000
commita43f762d6dee96b035b170be8fca0c10e9d4f622 (patch)
treefdf00121749a32ef2c6718521f2671167d351129 /windows
parent91286b0791146600ba5972c1bb094fc730c024ee (diff)
• fixed issue #223: & auf Ebene 3 wird jetzt richtig auf der Bildschirmtastatur angezeigt.
git-svn-id: https://svn.neo-layout.org@2349 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/neo-vars/src/source/screenkeyboard.ahk6
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/neo-vars/src/source/screenkeyboard.ahk b/windows/neo-vars/src/source/screenkeyboard.ahk
index c411e3c..54fe8fb 100644
--- a/windows/neo-vars/src/source/screenkeyboard.ahk
+++ b/windows/neo-vars/src/source/screenkeyboard.ahk
@@ -80,6 +80,12 @@ rerun_bstnupdate:
if (SubStr(GuiComp,1,1)=="U") {
Charcode := "0x" . Substr(GuiComp,2,6)
if (charCode < 0x10000) {
+ if (charCode == 0x26) {
+ ; double any Ampersand (&) to avoid being replaced with
+ ; underscore (Windows Shortcut Key terminology)
+ NumPut(CharCode, ptrU, GuiPos, "UShort")
+ GuiPos := GuiPos + 2
+ }
NumPut(CharCode, ptrU, GuiPos, "UShort")
} else {
; surrogates