diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-19 13:26:59 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-19 13:26:59 +0000 |
commit | af7ad34be4a7238c15d17d9a7ca7cf4ef4fae0dd (patch) | |
tree | fc899a25b44c45552e812d56bfb8bc4517d32f49 /windows/neo-vars/src/source/varsfunctions.ahk | |
parent | 37392f30fe099e1d98a4e80005a1fa7aef465c5b (diff) |
Mod4+F8 is back, schaltet AlwaysOnTop der Bildschirmtastatur ein und aus.
git-svn-id: https://svn.neo-layout.org@1224 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/neo-vars/src/source/varsfunctions.ahk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk index e0fded9..05fe8cd 100644 --- a/windows/neo-vars/src/source/varsfunctions.ahk +++ b/windows/neo-vars/src/source/varsfunctions.ahk @@ -419,6 +419,10 @@ CharProc(subroutine) { } else if (subroutine == "BSTt") {
; Bildschirmtastatur Ein/Aus
BSTToggle()
+ } else if (subroutine == "BSTA") {
+ ; Bildschirmtastatur AlwaysOnTop
+ if (guiErstellt)
+ BSTToggleAlwaysOnTop()
}
}
|