Dtmatt Posted July 4, 2020 Posted July 4, 2020 Hi everyone, Can someone help please? I need the exit hotkey script for the PPSSPP when I go into 'Manage Emulator' > click on PPSSPP > then the Exit AutoHotkey Script tab. I have looked through various pages and even a previous forum but still cannot get it to work ? Not sure if I'm missing a part of the script or if the code is for an older version of Launchbox. So if anyone can just simply post a screenshot of the script (or list it out in full) for me to copy then that would be super ? Thanks, David Quote
Retro808 Posted July 4, 2020 Posted July 4, 2020 22 minutes ago, Dtmatt said: Hi everyone, Can someone help please? I need the exit hotkey script for the PPSSPP when I go into 'Manage Emulator' > click on PPSSPP > then the Exit AutoHotkey Script tab. I have looked through various pages and even a previous forum but still cannot get it to work ? Not sure if I'm missing a part of the script or if the code is for an older version of Launchbox. So if anyone can just simply post a screenshot of the script (or list it out in full) for me to copy then that would be super ? Thanks, David PPSSPP should not need an AHK to exit within LaunchBox. Just put the command line below in the Default Command Line Paramaters box and it should work. It does for me. --escape-exit Also just an FYI, AHK for exiting game should go in the Running AHK Tab. The Exit tab is for if you have issue exiting from the Pause Menu. Quote
Dtmatt Posted July 4, 2020 Author Posted July 4, 2020 Thanks for the reply. Unfortunately this doesn't work for me ? (--escape-exit in the Default Command Line Parameters box). any ideas why? Or do you know what I can put into the Running AHK tab for it to work? Quote
Kiinkyfoxx Posted July 4, 2020 Posted July 4, 2020 Try the following in running ahk tab (assuming you want Escape to be exit key) $Esc:: WinClose, ahk_exe {{{StartupEXE}}} Quote
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.