Advertisement
jeffharbert

Send Ctrl + End with left and right mouse buttons

Jul 17th, 2019
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;This sends Ctrl + End when the left and right mouse buttons are held at the same time.
  2. ~LButton & ~RButton::
  3. Sleep 250
  4. Send {Esc}
  5. Sleep 150
  6. Send {Esc}
  7. Sleep 150
  8. Click
  9. Sleep 150
  10. Send {Ctrl Down}
  11. Sleep 150
  12. Send {End}
  13. Sleep 150
  14. Send {Ctrl Up}
  15. Sleep 150
  16. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement