Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: thomas_surles on March 20, 2016, 01:41:37 am

Title: AHK request
Post 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?
Title: Re: AHK request
Post by: empardopo on March 20, 2016, 04:37:23 am
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

Title: Re: AHK request
Post by: EMDB on March 20, 2016, 07:56:47 am
can somebody please write me a quick Ahk script to wait a couple seconds and send the F5 key?
Sleep, 2000
Send {F5}
Title: Re: AHK request
Post by: thomas_surles on March 20, 2016, 04:59:01 pm
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.