Guest User

dan v0

a guest
Oct 16th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. F2:: ; pincus
  2. send,+[:+]
  3. send,{ctrldown}{enter}{ctrlup}
  4.  
  5. x:: ; main paste
  6. send,{ctrldown}{enter}{ctrlup}
  7. sleep,20
  8. send,{ctrldown}v{ctrlup}
  9. Return
  10.  
  11. z:: ; backspace and paste ; fix key
  12. send, ^{Backspace}
  13. send, ^v
  14. Return
  15.  
  16. ^Numpad0:: ; 100 transitions
  17. send,{Backspace}{0}
  18. send,{ctrldown}{a}{c}{v}{ctrlup}
  19. Return
  20.  
  21. ^Numpad1::
  22. send,{Backspace}{1}
  23. send,{ctrldown}{a}{c}{v}{ctrlup}
  24. Return
  25.  
  26. ^Numpad2::
  27. send,{Backspace}{2}
  28. send,{ctrldown}{a}{c}{v}{ctrlup}
  29. Return
  30.  
  31. ^Numpad3::
  32. send,{Backspace}{3}
  33. send,{ctrldown}{a}{c}{v}{ctrlup}
  34. Return
  35.  
  36. ^Numpad4::
  37. send,{Backspace}{4}
  38. send,{ctrldown}{a}{c}{v}{ctrlup}
  39. Return
  40.  
  41. ^Numpad5::
  42. send,{Backspace}{5}
  43. send,{ctrldown}{a}{c}{v}{ctrlup}
  44. Return
  45.  
  46. ^Numpad6::
  47. send,{Backspace}{6}
  48. send,{ctrldown}{a}{c}{v}{ctrlup}
  49. Return
  50.  
  51. ^Numpad7::
  52. send,{Backspace}{7}
  53. send,{ctrldown}{a}{c}{v}{ctrlup}
  54. Return
  55.  
  56. ^Numpad8::
  57. send,{Backspace}{8}
  58. send,{ctrldown}{a}{c}{v}{ctrlup}
  59. Return
  60.  
  61. ^Numpad9::
  62. send,{Backspace}{9}
  63. send,{ctrldown}{a}{c}{v}{ctrlup}
  64. Return
  65.  
  66. End:: ; toggle hotkeys
  67. suspend, toggle
  68. Return
Advertisement
Add Comment
Please, Sign In to add comment