Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #NoEnv
  2. #SingleInstance force
  3. #MaxHotkeysPerInterval 200
  4.  
  5. #InstallKeybdHook
  6. #UseHook
  7.  
  8. *r::
  9. SendInput {Shift down}
  10. SendInput {r down}
  11. return
  12.  
  13. *r up::
  14. SendInput {Shift up}
  15. SendInput {r up}
  16. return
  17.  
  18. Enter::Suspend,toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement