Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; 33% Left
- !^Left::
- ResizeWin(-6, 0, 1160, 1407)
- return
- ; 33% Middle
- !^Down::
- ResizeWin(1142, 0, 1160, 1407)
- return
- ; 33% Right
- !^Right::
- ResizeWin(2290, 0, 1158, 1407)
- return
- ; 66% Left
- !^+Left::
- ResizeWin(-6, 0, 2308, 1407)
- return
- ; 66% Right
- !^+Right::
- ResizeWin(1142, 0, 2305, 1407)
- return
- ; 66% Center
- !^+Down::
- ResizeWin(567, 0, 2305, 1407)
- return
- ; 50% Left
- ^#Left::
- ResizeWin(0, 0, 1729, 1407)
- return
- ; 50% Right
- ^#Right::
- ResizeWin(1717, 0, 1729, 1407)
- return
- ; ResizeWin( x Pos, y Pos, width, height )
- ResizeWin( x, y, w, h ) {
- winMove, A,, x, y, w, h
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement