Created
May 18, 2011 02:43
-
-
Save Lavos/977897 to your computer and use it in GitHub Desktop.
Showing BEEP some AHK scripting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Spelunky gamepad controls | |
#IfWinActive ahk_class TRunnerForm | |
Joy9:: | |
Send {Up down} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment