From 30905d23f36cd6cab03d4df21f351030222e7681 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Tue, 11 Oct 2011 23:01:24 +0000 Subject: [PATCH] sdl: fix bug introduced in a previous commit where hotkeys were mapped incorrectly --- src/drivers/sdl/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/sdl/config.cpp b/src/drivers/sdl/config.cpp index b958656b..123b743a 100644 --- a/src/drivers/sdl/config.cpp +++ b/src/drivers/sdl/config.cpp @@ -340,7 +340,7 @@ InitConfig() SDLK_COMMA, // toggle input display SDLK_q, // toggle movie RW SDLK_QUOTE, // toggle mute capture - //SDLK_ESCAPE, // quit + 0, // quit // edit 10/11/11 - don't map to escape, it causes ugly things to happen to sdl. can be manually appended to config SDLK_DELETE, // frame advance lag skip SDLK_SLASH, // lag counter display SDLK_0, SDLK_1, SDLK_2, SDLK_3, SDLK_4, SDLK_5,