summaryrefslogtreecommitdiff
path: root/windows/neo-vars/src/source/varsfunctions.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-02-23 13:40:20 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-02-23 13:40:20 +0000
commit6649cd6544c7d6d0cad1facffa422c31e9f5507e (patch)
tree50b982fe985676604269ff8164dd9c33e2415d4b /windows/neo-vars/src/source/varsfunctions.ahk
parent5d175bb1682fb1cfe473431761f07fcd046b84d0 (diff)
downloadneo-layout-6649cd6544c7d6d0cad1facffa422c31e9f5507e.tar.gz
neo-layout-6649cd6544c7d6d0cad1facffa422c31e9f5507e.tar.bz2
neo-layout-6649cd6544c7d6d0cad1facffa422c31e9f5507e.zip
• Die Bildschirmtastatur – neu wie alt – bekommt jetzt auch richtig mit, wenn das Fenster mit der Maus geschlossen wird.
• Die neue BST kann nun über einen INI-Eintrag beim Start automatisch aktiviert werden ([global] „useBSTN=1“) git-svn-id: https://svn.neo-layout.org@2169 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/source/varsfunctions.ahk')
-rw-r--r--windows/neo-vars/src/source/varsfunctions.ahk2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk
index 0532a64..5d05505 100644
--- a/windows/neo-vars/src/source/varsfunctions.ahk
+++ b/windows/neo-vars/src/source/varsfunctions.ahk
@@ -124,7 +124,7 @@ rerun:
CharOutUp(PR%PhysKey%)
PR%PhysKey% := ""
}
- if (BSTNguiErstellt)
+ if (useBSTN)
BSTNUpdate()
}