how do you unbind ESC from exiting the game?
#1
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.
Reply

Sponsored links

#2
Erm, why dont you just go "File->Resume"? Youll be right back where you were, nothing to get upset about.
[Image: ref-sig-anim.gif]

Reply
#3
Or use autohotkey and bind esc to whatever key you want
Reply
#4
(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
Reply
#5
(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
Reply
#6
(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.
Reply
#7
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


Attached Files
.rar   ESC.rar (Size: 325,27 KB / Downloads: 1.341)
Reply
#8
(10-20-2012, 09:04 PM)eatmyplis Wrote: i don't even see that option lol

Sorry, i meant System->Resume

see picture


Attached Files Thumbnail(s)
   
[Image: ref-sig-anim.gif]

Reply
#9
(10-20-2012, 11:47 PM)refraction Wrote: Sorry, i meant System->Resume

see picture

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




Users browsing this thread: 1 Guest(s)