Created
October 4, 2022 01:21
-
-
Save wfurney13/f0015296cf55005538a854def84f46bd to your computer and use it in GitHub Desktop.
Maximizes or restores the active window
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
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