diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-02-23 13:40:20 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-02-23 13:40:20 +0000 |
commit | 6649cd6544c7d6d0cad1facffa422c31e9f5507e (patch) | |
tree | 50b982fe985676604269ff8164dd9c33e2415d4b /windows/neo-vars/src/source/varsfunctions.ahk | |
parent | 5d175bb1682fb1cfe473431761f07fcd046b84d0 (diff) |
• 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.ahk | 2 |
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()
}
|