summaryrefslogtreecommitdiff
path: root/windows/neo-vars/src/source/levelfunctions.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-02 15:50:08 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-02 15:50:08 +0000
commit14cda86155f4d3f2716783f9e05ca2f758cdc41a (patch)
tree68537cb45270d0fcdeaa1ab1ead1ee279ebb88fb /windows/neo-vars/src/source/levelfunctions.ahk
parent211a42c69fed69536c659e5078462649663a6388 (diff)
downloadneo-layout-14cda86155f4d3f2716783f9e05ca2f758cdc41a.tar.gz
neo-layout-14cda86155f4d3f2716783f9e05ca2f758cdc41a.tar.bz2
neo-layout-14cda86155f4d3f2716783f9e05ca2f758cdc41a.zip
• deadkeys.png-Installation entfernt
• Mod2-Lock und die entsprechende Umschaltung mit Shift wird nun richtig in der Bildschirmtastatur angezeigt. git-svn-id: https://svn.neo-layout.org@1624 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/source/levelfunctions.ahk')
-rw-r--r--windows/neo-vars/src/source/levelfunctions.ahk5
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/neo-vars/src/source/levelfunctions.ahk b/windows/neo-vars/src/source/levelfunctions.ahk
index 19d3ab5..3ceff44 100644
--- a/windows/neo-vars/src/source/levelfunctions.ahk
+++ b/windows/neo-vars/src/source/levelfunctions.ahk
@@ -30,7 +30,10 @@ EbeneAktualisieren() {
EbeneNC := EbeneC ; NC: gleich
}
if (guiErstellt)
- BSTSwitch(EbeneC)
+ if ((EbeneNC < 3) and (EbeneNC != EbeneC))
+ BSTSwitch(EbeneNC . "C")
+ else
+ BSTSwitch(EbeneNC)
}
IsShiftActive() {