summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/source/keyhooks.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-12-13 09:59:52 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-12-13 09:59:52 +0000
commite18805dcac65f02df6787a4537c396eebc71440a (patch)
treef42d5ec6a1519e45208a961998fd398885bc9a9c /windows/neo-vars/src/source/keyhooks.ahk
parentcc0691e4238f6cc11228a2186416d3fc30ad6bda (diff)
• Endlich kann man die Größe der Bildschirmtastatur ändern. Leider flackert’s ein wenig während der Größenänderung, sonst aber nicht.
git-svn-id: https://svn.neo-layout.org@2356 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/source/keyhooks.ahk')
-rw-r--r--windows/neo-vars/src/source/keyhooks.ahk5
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/neo-vars/src/source/keyhooks.ahk b/windows/neo-vars/src/source/keyhooks.ahk
index ff4d71b..56a2435 100644
--- a/windows/neo-vars/src/source/keyhooks.ahk
+++ b/windows/neo-vars/src/source/keyhooks.ahk
@@ -22,3 +22,8 @@ GuiClose:
else
Gui, Destroy
return
+
+GuiSize:
+ if (GuiCurrent!="")
+ %GuiCurrent%OnSize()
+return