Advertisement
minuslinus

AHK send enter loop

May 4th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. ; shift+alt+f12 to start "s" to stop
  2. $+^f12::
  3. Loop
  4. {
  5. if GetKeyState("s")
  6. break
  7. send {enter}
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement