defiance187 Posted April 4, 2020 Posted April 4, 2020 I cant figure out how to get RPCS3 to close cleanly. I have an arcade setup and wanted to add VF5 but as there is going to be no keyboard I need the emulator to exit cleanly when I hit esc. I have tried searching around but came up empty. When I press esc it just exits fullscreen into windowed. Quote
Retro808 Posted April 4, 2020 Posted April 4, 2020 Place the AHK script below in the Running AHK tab in Launchbox when you go to >Tools>Manage Emulators and edit RPCS3. I have this in mine and works fine. ESC:: { SetTitleMatchMode, 2 WinWaitActive, RPCS3 Send !{f4} } Quote
Boomerps2 Posted June 24, 2020 Posted June 24, 2020 On 4/4/2020 at 11:35 AM, Retro808 said: Place the AHK script below in the Running AHK tab in Launchbox when you go to >Tools>Manage Emulators and edit RPCS3. I have this in mine and works fine. ESC:: { SetTitleMatchMode, 2 WinWaitActive, RPCS3 Send !{f4} } Doesn't work. How do we send an Alt + f4 to close? 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.