[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:: WinRestore, A
|
||||
#f::
|
||||
WinGet, isMax, MinMax, A
|
||||
if (isMax) {
|
||||
WinRestore, A
|
||||
} else {
|
||||
WinMaximize, A
|
||||
}
|
||||
return
|
||||
#,:: #Left
|
||||
#.:: #Right
|
||||
#+u:: #+Left
|
||||
|
|
Loading…
Reference in New Issue
Block a user