Guest User

mono tile

a guest
Jul 28th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. ; Left monitor, big left
  2. !^+q::
  3. WinMove,A,, -2530, 52, 1720, 1358
  4. return
  5.  
  6. ; Left monitor, full screen
  7. !^+r::
  8. WinMove,A,, -2530, 52, 2500, 1358
  9. return
  10.  
  11. ; Left monitor, small top right
  12. !^+w::
  13. WinMove,A,, -780, 52, 750, 340
  14. return
  15.  
  16. ; Left monitor, long bottom right
  17. !^+e::
  18. WinMove,A,, -780, 422, 750, 988
  19. return
  20.  
  21.  
  22. ; ---------------------------------------
  23.  
  24. ; Middle monitor, full screen
  25. !^+f::
  26. WinMove,A,, 30, 52, 2500, 1358
  27. return
  28.  
  29. ; Middle monitor, small window
  30. !^+s::
  31. WinMove,A,, 750,300,1050,700
  32. return
  33.  
  34. ; Middle monitor, left half
  35. !^+a::
  36. WinMove,A,, 30,52,1235,1358
  37. return
  38.  
  39.  
  40. ; Middle monitor, right half
  41. !^+d::
  42. WinMove,A,, 1295,52,1235,1358
  43. return
  44.  
  45. ; ----------------------------------------
  46.  
  47. ; Right monitor, big left
  48. !^+z::
  49. WinMove,A,, 2590, 52, 1720, 1358
  50. return
  51.  
  52. ; Right monitor, small top right
  53. !^+x::
  54. WinMove,A,, 4340 , 52, 750, 340
  55. return
  56.  
  57. ; Right monitor, long bottom right
  58. !^+c::
  59. WinMove,A,, 4340, 422, 740, 988
  60. return
  61.  
  62. ; Right monitor, full screen
  63. !^+v::
  64. WinMove,A,, 2590, 52, 2500, 1358
  65. return
Advertisement
Add Comment
Please, Sign In to add comment