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-03-28 13:38:18 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-03-28 13:38:18 +0000
commite7036f60bdae524c61307ad8de3a429b992cc15d (patch)
tree5624efea62d28afacff72a9fedb46835a3eec66c /windows/neo-vars/src/source/varsfunctions.ahk
parenta4870f5d8e5eb33ff1332756bd4b23308fc86db2 (diff)
downloadneo-layout-e7036f60bdae524c61307ad8de3a429b992cc15d.tar.gz
neo-layout-e7036f60bdae524c61307ad8de3a429b992cc15d.tar.bz2
neo-layout-e7036f60bdae524c61307ad8de3a429b992cc15d.zip
Feinschliff für Release:
• BSTN auf BST umbenannt, alte BST auf BSTO umbenannt, alle Funktionsaufrufe adaptiert. • BST-Darstellungsupdates optimiert. Spezialbelegungen wie Einhandmodus brauchen einen eigenen Parameter zum Erzwingen von Updates (Check_BSTUpdate(1)). • BST hat nun ihre eigene Check_BSTUpdate()-Funktion, weniger Spaghetti beim Kunden. • Die Haupt-BST, also die neue, liegt nun unter M3-F1. Die alte bekommt M3-F2. git-svn-id: https://svn.neo-layout.org@2240 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/source/varsfunctions.ahk')
-rw-r--r--windows/neo-vars/src/source/varsfunctions.ahk3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk
index 5d05505..04cdeda 100644
--- a/windows/neo-vars/src/source/varsfunctions.ahk
+++ b/windows/neo-vars/src/source/varsfunctions.ahk
@@ -124,8 +124,7 @@ rerun:
CharOutUp(PR%PhysKey%)
PR%PhysKey% := ""
}
- if (useBSTN)
- BSTNUpdate()
+ Check_BSTUpdate()
}
CharStarUp(PhysKey) {