Advertisement
maddada

Untitled

Jan 11th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. #SingleInstance
  3. F7::
  4. Loop, 25
  5. {
  6. Send ^v
  7. Sleep 11
  8. Send {Enter}
  9. }
  10.  
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement