Cnells2000 Posted April 12, 2017 Share Posted April 12, 2017 (edited) in the autohotkey script section of PPSSPP, ive been trying to create a script that will alternate Alt+F4 (Which Is Escape) to the actual escape button. ive come up with these but no luck still.. can anyone help? Ive Tried: Escape::Send {Alt F4} ESC::Send {Alt F4} Send {Alt F4}::ESCAPE Send {Alt F4}::ESC The reason im using this is because im using an actual arcade cabinet with no keyboard. i have made an esc button go to one of my microswitches. if this script works, hopefully i can map it to all my emulators which require alt+F4 to escape the emulator. Edited April 12, 2017 by Cnells2000 Quote Link to comment Share on other sites More sharing options...
AGEE1981 Posted April 20, 2017 Share Posted April 20, 2017 (edited) Have you tried using SendInput as opposed to Send ? I Believe this might help you out: $Esc:: { SendInput{!F4} } Edited April 20, 2017 by AGEE1981 Quote Link to comment Share on other sites More sharing options...
coolspot Posted October 16, 2019 Share Posted October 16, 2019 Old thread, but you can add this to the default command line and it seems to work: --escape-exit https://forums.ppsspp.org/showthread.php?tid=12344 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.