Skip to content

Instantly share code, notes, and snippets.

@TeWu
Last active January 23, 2020 20:01
Show Gist options
  • Save TeWu/7d742d6e182559c92dd19a416a858988 to your computer and use it in GitHub Desktop.
Save TeWu/7d742d6e182559c92dd19a416a858988 to your computer and use it in GitHub Desktop.
Repeat pressing F fast
SetKeyDelay 30, 20
~XButton1 & f::
while GetKeyState("XButton1")
Send f
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment