Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3.  
  4. AutoTrim, off
  5.  
  6. setkeydelay -1ms
  7.  
  8. SetWinDelay, -1
  9.  
  10. SetControlDelay, -1
  11.  
  12. setbatchlines -1ms
  13.  
  14. Process, Priority, , A
  15.  
  16. #maxhotkeysperinterval 99999
  17.  
  18. Numpad1:: ; Lctrl+v+enter
  19. Sendinput ^v{enter}
  20. Sendinput ^v{enter}
  21. Sendinput ^v{enter}
  22. Sendinput ^v{enter}
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. return
  31.  
  32. Numpad2:: ; Lctrl+z+enter
  33. Sendinput ^z{enter}
  34. Sendinput ^z{enter}
  35. Sendinput ^z{enter}
  36. Sendinput ^z{enter}
  37.  
  38.  
  39.  
  40.  
  41.  
  42. return
  43.  
  44. Numpad3:: ; Lctrl+shift+v
  45. Sendinput ^V{enter}
  46. Sendinput ^V{enter}
  47. Sendinput ^V{enter}
  48. Sendinput ^V{enter}
  49. Sendinput ^V{enter}
  50. Sendinput ^V{enter}
  51. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement