Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: AHK request  (Read 1487 times)

0 Members and 1 Guest are viewing this topic.

thomas_surles

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2118
  • Last login:September 13, 2024, 06:34:49 pm
AHK request
« 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?

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 08, 2025, 05:54:26 pm
    • My personal forum
Re: AHK request
« Reply #1 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


EMDB

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 865
  • Last login:September 05, 2023, 09:18:51 am
  • Project RetroCade
Re: AHK request
« Reply #2 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}

thomas_surles

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2118
  • Last login:September 13, 2024, 06:34:49 pm
Re: AHK request
« Reply #3 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.