Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Left monitor, big left
- !^+q::
- WinMove,A,, -2530, 52, 1720, 1358
- return
- ; Left monitor, full screen
- !^+r::
- WinMove,A,, -2530, 52, 2500, 1358
- return
- ; Left monitor, small top right
- !^+w::
- WinMove,A,, -780, 52, 750, 340
- return
- ; Left monitor, long bottom right
- !^+e::
- WinMove,A,, -780, 422, 750, 988
- return
- ; ---------------------------------------
- ; Middle monitor, full screen
- !^+f::
- WinMove,A,, 30, 52, 2500, 1358
- return
- ; Middle monitor, small window
- !^+s::
- WinMove,A,, 750,300,1050,700
- return
- ; Middle monitor, left half
- !^+a::
- WinMove,A,, 30,52,1235,1358
- return
- ; Middle monitor, right half
- !^+d::
- WinMove,A,, 1295,52,1235,1358
- return
- ; ----------------------------------------
- ; Right monitor, big left
- !^+z::
- WinMove,A,, 2590, 52, 1720, 1358
- return
- ; Right monitor, small top right
- !^+x::
- WinMove,A,, 4340 , 52, 750, 340
- return
- ; Right monitor, long bottom right
- !^+c::
- WinMove,A,, 4340, 422, 740, 988
- return
- ; Right monitor, full screen
- !^+v::
- WinMove,A,, 2590, 52, 2500, 1358
- return
Advertisement
Add Comment
Please, Sign In to add comment