Skip to content

Instantly share code, notes, and snippets.

@X-Raym
Created July 18, 2024 23:32
Show Gist options
  • Save X-Raym/30ed9f40e62ab7401187297ac373863c to your computer and use it in GitHub Desktop.
Save X-Raym/30ed9f40e62ab7401187297ac373863c to your computer and use it in GitHub Desktop.
Toggle focused window titlebar on Windows with Auto-Hot Key v2.
;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