Created
July 18, 2024 23:32
-
-
Save X-Raym/30ed9f40e62ab7401187297ac373863c to your computer and use it in GitHub Desktop.
Toggle focused window titlebar on Windows with Auto-Hot Key v2.
This file contains hidden or 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
;ALT+Q | |
!q:: { | |
WinSetStyle "^0xC00000", "A" ;caption | |
;WinSetStyle "^0x40000", "A" ;sizebox | |
WinSetStyle "^0x800000", "A" ;border | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment