Advertisement
Guest User

Untitled

a guest
May 20th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5.  
  6. <!u::
  7. Send,
  8. Return
  9.  
  10. <!i::
  11. Send,
  12. Return  
  13.  
  14. <!p::
  15. Send,
  16. Return
  17.  
  18. <!t::
  19. Send,
  20. Return
  21.  
  22. <!k::
  23. Send,
  24. Return
  25.  
  26. <!m::
  27. Send,
  28. Return
  29.  
  30. <!n::
  31. Send,
  32. Return
  33.  
  34. <!s::
  35. Send,
  36. Return
  37.  
  38. <!h::
  39. Send,
  40. Return
  41.  
  42. <!w::
  43. Send,
  44. Return
  45.  
  46. <!l::
  47. Send,
  48. Return
  49.  
  50. <!y::
  51. Send,
  52. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement