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.