Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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. setkeydelay -1
  5.  
  6. setbatchlines -1ms
  7.  
  8. #maxhotkeysperinterval 99999
  9.  
  10.  
  11. Numpad1:: ; Lctrl+v+enter
  12.  
  13. Sendinput ^v{enter}
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. return
  21.  
  22. Numpad2:: ; Lctrl+z+enter
  23.  
  24. Sendinput ^z{enter}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement