Set the key map for the currprefs as well

This commit is contained in:
simon.kagstrom 2009-05-22 07:05:41 +00:00
parent 0ff9a9d1dc
commit 5299b7eee1

View File

@ -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)