Skip to content

Instantly share code, notes, and snippets.

@kereis
Created March 30, 2020 21:25
Show Gist options
  • Save kereis/a0c5054716404c5ec0ccae2f313b8d75 to your computer and use it in GitHub Desktop.
Save kereis/a0c5054716404c5ec0ccae2f313b8d75 to your computer and use it in GitHub Desktop.
AutoHotkey Macro for hiding active windows in Windows.
; WINDOWS key (#) + H -> Hide active/foreground window
#H::WinMinimize, A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment