Skip to content

Instantly share code, notes, and snippets.

@wfurney13
Created October 4, 2022 01:21
Show Gist options
  • Save wfurney13/f0015296cf55005538a854def84f46bd to your computer and use it in GitHub Desktop.
Save wfurney13/f0015296cf55005538a854def84f46bd to your computer and use it in GitHub Desktop.
Maximizes or restores the active window
F11::
WinGet,WinState,MinMax,A
Switch WinState
{
Case -1:
WinRestore,A
Case 1:
WinRestore,A
Case 0:
WinMaximize,A
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment