sdl: ESCAPE now quits by default (unless your running with gui). this can be disabled by setting "SDL.Hotkeys.Quit = 0" in fceux.cfg

This commit is contained in:
punkrockguy318 2011-04-21 03:36:08 +00:00
parent bf3ca067eb
commit 0d20afaf5e
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ InitConfig()
SDLK_COMMA, // toggle input display
SDLK_q, // toggle movie RW
SDLK_QUOTE, // toggle mute capture
0, // quit
SDLK_QUIT, // quit
SDLK_DELETE, // frame advance lag skip
SDLK_SLASH, // lag counter display
SDLK_0, SDLK_1, SDLK_2, SDLK_3, SDLK_4, SDLK_5,