From 5299b7eee1641dc59770e363c57cc57ab2dd86a9 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Fri, 22 May 2009 07:05:41 +0000 Subject: [PATCH] Set the key map for the currprefs as well --- src/gui-sdl/gui-sdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui-sdl/gui-sdl.c b/src/gui-sdl/gui-sdl.c index 84c6602..d241e2a 100644 --- a/src/gui-sdl/gui-sdl.c +++ b/src/gui-sdl/gui-sdl.c @@ -297,6 +297,7 @@ static void insert_keyboard_map(const char *key, const char *fmt, ...) va_end(ap); read_inputdevice_config (&changed_prefs, buf, key); + read_inputdevice_config (&currprefs, buf, key); } static void keyboard_options(void)