Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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.  
  5.  
  6.  
  7. setkeydelay -1
  8.  
  9.  
  10.  
  11.  
  12. setbatchlines -1ms
  13.  
  14.  
  15.  
  16.  
  17. #maxhotkeysperinterval 99999
  18.  
  19.  
  20.  
  21.  
  22. numpad1:: ; lctrl+v+enter
  23.  
  24.  
  25.  
  26.  
  27.  
  28. Sendinput ^v{enter}
  29.  
  30. Sendinput ^v{enter}
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. return
  51.  
  52.  
  53.  
  54. numpad2:: ; Sendinput ^z{enter}
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sendinput ^z{enter}
  66.  
  67.  
  68. Sendinput ^z{enter}
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement