[feature] win+f for toggle maximum
This commit is contained in:
parent
6b07618d16
commit
81c26328c7
10
win/win.ahk
10
win/win.ahk
|
@ -118,8 +118,14 @@ MoveCursorWin(toRight) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#f:: WinMaximize, A
|
#f::
|
||||||
#+f:: WinRestore, A
|
WinGet, isMax, MinMax, A
|
||||||
|
if (isMax) {
|
||||||
|
WinRestore, A
|
||||||
|
} else {
|
||||||
|
WinMaximize, A
|
||||||
|
}
|
||||||
|
return
|
||||||
#,:: #Left
|
#,:: #Left
|
||||||
#.:: #Right
|
#.:: #Right
|
||||||
#+u:: #+Left
|
#+u:: #+Left
|
||||||
|
|
Loading…
Reference in New Issue
Block a user