jayray442 Posted July 3, 2020 Share Posted July 3, 2020 I know under emulators you can add a running hotkey script(To set some controls), which work and then when you close the emulator it stops the script. I want to do this for a couple steam games the problem is when you add an ahk file to a single game it doesn't close when you exit the game it just launches before you game and never quits. What do i need to do to make end when the game does? Thanks you fr any help Jason Quote Link to comment Share on other sites More sharing options...
Kiinkyfoxx Posted July 3, 2020 Share Posted July 3, 2020 Might be worth putting ahk on here so it can be looked at ExitApp is the normal exit for ahk that contains hotkeys You may need to add WinWaitClose into it before ExitApp so that the AHK stays running whilst the game is playing and then only exits when the game closes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.