..:: PCSX2 Forums ::..

Full Version: how do you unbind ESC from exiting the game?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
just outright retarded, if youre used to other games its a habit to use it as a back button, and since there's no auto save its devastating.
Erm, why dont you just go "File->Resume"? Youll be right back where you were, nothing to get upset about.
Or use autohotkey and bind esc to whatever key you want
(10-20-2012, 08:50 PM)refraction Wrote: [ -> ]Erm, why dont you just go "File->Resume"? Youll be right back where you were, nothing to get upset about.

i don't even see that option lol
(10-20-2012, 08:53 PM)marcelo_20xx Wrote: [ -> ]Or use autohotkey and bind esc to whatever key you want

Or just make it not to work when the game window is active
Code:
SetTitleMatchMode,1

$Esc::
Process,Exist,pcsx2.exe
If ErrorLevel
{
IfWinNotActive,GSdx |
Send,{Esc}
}
Else
{
Send,{Esc}
}
Return
(10-20-2012, 10:40 PM)vsub Wrote: [ -> ]Or just make it not to work when the game window is active
Code:
SetTitleMatchMode,1

$Esc::
Process,Exist,pcsx2.exe
If ErrorLevel
{
IfWinNotActive,GSdx |
Send,{Esc}
}
Else
{
Send,{Esc}
}
Return
Thank you but i have no idea where to put that.
You need the program Autohotkey to be able to use that code.
Or just this(the code compiled into exe)

Just run it and when you want to turn off the effect,just turn it of from the tray icon.

PS.If the PCSX2 executable is not named pcsx2(only),rename it
(10-20-2012, 09:04 PM)eatmyplis Wrote: [ -> ]i don't even see that option lol

Sorry, i meant System->Resume

see picture
(10-20-2012, 11:47 PM)refraction Wrote: [ -> ]Sorry, i meant System->Resume

see picture

but dont exit, thats bad for your health! D: