Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <Hotkey ScrollLockOn Alt C> //alt+c moves the specified windows down to the left on first keypress for 1.3sec, then stops, reverses with another click.
  2. <Toggle>
  3. <DoHotKey Hotkey ScrollLockOn Ctrl Shift Alt C>
  4. <Toggle>
  5. <DoHotKey Hotkey ScrollLockOn Ctrl Shift Alt V>
  6.  
  7. //--- sideways
  8. //move to the left
  9. <Hotkey ScrollLockOn Ctrl Shift Alt C>
  10. <SendLabel w07><KeyDown A>
  11. <SendLabel w08><KeyDown A>
  12. <SendLabel w09><KeyDown A>
  13. <wait 1350>
  14. <SendLabel w07><KeyUp A>
  15. <SendLabel w08><KeyUp A>
  16. <SendLabel w09><KeyUp A>
  17. //move to the right
  18. <Hotkey ScrollLockOn Ctrl Shift Alt V>
  19. <SendLabel w07><KeyDown D>
  20. <SendLabel w08><KeyDown D>
  21. <SendLabel w09><KeyDown D>
  22. <wait 1350>
  23. <SendLabel w07><KeyUp D>
  24. <SendLabel w08><KeyUp D>
  25. <SendLabel w09><KeyUp D>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement