Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: thomas_surles on March 20, 2016, 01:41:37 am
-
can somebody please write me a quick Ahk script to wait a couple seconds and send the F5 key?
-
can somebody please write me a quick Ahk script to wait a couple seconds and send the F5 key?
Take a look to my program ALLINONEFYC.
Enviado desde mi SM-N910F mediante Tapatalk
-
can somebody please write me a quick Ahk script to wait a couple seconds and send the F5 key?
Sleep, 2000
Send {F5}
-
Thank you for that. I needed that for my psx emulator so when it is launched it will turn the analog on for my wheel. I will also use it for my dolphin triforce for Mario Kart arcade Gp2 to load state as soon as it launches. I will just change that to f7
and empardopo that looks really awesome. I actually would have a lot of use for that. thank you.