donnaken15

repeat_enter.ahk

May 15th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. *x::
  2. Loop
  3. {
  4. GetKeyState,state,x,P,ENTER
  5. if state = U
  6. break
  7. Send, {Blind}{ENTER}
  8. Sleep,10
  9. }
  10. return
Add Comment
Please, Sign In to add comment