fix goofed up L key

This commit is contained in:
notaz 2011-09-08 01:45:57 +03:00
parent 804e743b41
commit 931b76c04b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ u32 gamepad_config_map[PLAT_BUTTON_COUNT] =
static const u32 xk_to_gkey[] = { static const u32 xk_to_gkey[] = {
XK_Up, XK_Left, XK_Down, XK_Right, XK_Alt_L, XK_Control_L, XK_Up, XK_Left, XK_Down, XK_Right, XK_Alt_L, XK_Control_L,
XK_Shift_L, XK_Control_R, XK_Home, XK_End, XK_Page_Down, XK_Page_Up, XK_Shift_R, XK_Control_R, XK_Home, XK_End, XK_Page_Down, XK_Page_Up,
XK_1, XK_2, XK_3, XK_4, XK_space, XK_1, XK_2, XK_3, XK_4, XK_space,
}; };