Created
March 9, 2016 06:15
-
-
Save davidlwatsonjr/626a95dcbf5729e2e350 to your computer and use it in GitHub Desktop.
An AutoHotkey script that toggles auto-hide on the Windows taskbar.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WinWait, ahk_class Shell_TrayWnd, | |
IfWinNotActive, ahk_class Shell_TrayWnd, , WinActivate, ahk_class Shell_TrayWnd, | |
WinWaitActive, ahk_class Shell_TrayWnd, | |
Send, {APPSKEY}r | |
WinWait, Taskbar and Start Menu Properties, | |
IfWinNotActive, Taskbar and Start Menu Properties, , WinActivate, Taskbar and Start Menu Properties, | |
WinWaitActive, Taskbar and Start Menu Properties, | |
Send, {ALTDOWN}u{ALTUP}{ENTER} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another ahk script