AvesAvi Posted December 6, 2020 Share Posted December 6, 2020 I can't find any solutions online other than archaic AHK scripts that no longer work or people saying "you'd have to edit the source". I don't want ESC to close the process. I don't know why such a feature even exists without the option to toggle it, especially since it seems to just kill the process entirely when launching through Launchbox. It's extremely annoying to press ESC to pull a video out of fullscreen on another monitor and lose over an hour of progress because PCSX2 insists on watching all inputs from any device for that magic kill command. Quote Link to comment Share on other sites More sharing options...
Kiinkyfoxx Posted December 6, 2020 Share Posted December 6, 2020 (edited) You need to edit the running Running AutoHotkey script of the emulator so that Esc isn't the exit key So do the following in LaunchBox 1 ) Tools 2 ) Manage Emulators 3 ) Pick the emulator (at a guess PCSX2) 4 ) Edit 5 ) Go to Running AutoHotkey script tab 6 ) Remove the text from in there that says ; This section closes PCSX2 when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } 7 ) Ok 8 ) Close Load your game and you can hit Escape as often as you want and now it will behave exactly as it does outside of LaunchBox, it will just pause PCSX2 and make it windowed rather than full screen , assuming you load it full screen. Good luck Ps This does mean you won't have an exit key for PCSX2 from within LaunchBox but I think that seems to be what you want, as when using outside of LaunchBox, I don't think PCSX2 has an exit key of its own. Edited December 6, 2020 by Kiinkyfoxx 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.