Created
May 8, 2012 06:18
-
-
Save iglvzx/2633004 to your computer and use it in GitHub Desktop.
Toggle Title Bar
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
#!Up:: ;Win+Alt+Up | |
;toggle title bar window style | |
WinSet, Style, ^0x800000, A | |
;force redraw | |
WinHide, A | |
WinShow, A | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello from almost eight years into the future! This still works and it is everything I was hoping for!
Thanks a million! <3