Jump to content
LaunchBox Community Forums

PCSX2 completely closes when I accidentally press the ESC key, doesn't simply suspend as it does when not using Launchbox.


AvesAvi

Recommended Posts

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.

Link to comment
Share on other sites

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 by Kiinkyfoxx
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...