[feature] win+f for toggle maximum

This commit is contained in:
Klesh Wong 2021-01-27 20:21:39 +08:00
parent 6b07618d16
commit 81c26328c7

View File

@ -118,8 +118,14 @@ MoveCursorWin(toRight) {
}
#f:: WinMaximize, A
#+f:: WinRestore, A
#f::
WinGet, isMax, MinMax, A
if (isMax) {
WinRestore, A
} else {
WinMaximize, A
}
return
#,:: #Left
#.:: #Right
#+u:: #+Left