an0thernumber Posted August 11 Share Posted August 11 I have a iPac4 and have been using Keyboard2Xinput for my PC games. I have a long script I found that works well. It is the screenshot show "Steam - Final Vendetta". I have 2 AHK scripts I setup for when RetroArch launches. The first loads Keyboard2Xinput and that works fine. The second is supposed to close it but that one doesn't work. I did a quick test using the RetroArch ahk file in the screenshot and that works fine. Any ideas on how to get it to close when RetroArch closes? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted August 11 Share Posted August 11 2 minutes ago, an0thernumber said: The second is supposed to close it but that one doesn't work. I did a quick test using the RetroArch ahk file in the screenshot and that works fine. If you enter LaunchBox's Pause Menu and select Exit Game, does it work then? Quote Link to comment Share on other sites More sharing options...
an0thernumber Posted August 11 Author Share Posted August 11 It works there. I guess if I have the emulator set to exit when the escape key is pressed then it won't work? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted August 11 Share Posted August 11 50 minutes ago, an0thernumber said: It works there. I guess if I have the emulator set to exit when the escape key is pressed then it won't work? The Exit Script section for exiting from the Pause Menu. Only. You can try overriding the escape sequence by adding to the Running Script: (below your Run... line) $Esc:: { Send, {NumPadMult} WinClose, ahk_exe {{{StartupEXE}}} } 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.