summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2011-09-08 01:45:57 +0300
committernotaz2011-09-08 01:45:57 +0300
commit931b76c04b4f5c756704710ffa59ea929db82fb8 (patch)
treecefd669d7a7e47159e4effe94d1c048205e26cac
parent804e743b41827d1e8a5337d04638f0a578319893 (diff)
downloadpicogpsp-931b76c04b4f5c756704710ffa59ea929db82fb8.tar.gz
picogpsp-931b76c04b4f5c756704710ffa59ea929db82fb8.tar.bz2
picogpsp-931b76c04b4f5c756704710ffa59ea929db82fb8.zip
fix goofed up L key
-rw-r--r--pandora/pnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/pnd.c b/pandora/pnd.c
index c845831..07c33a9 100644
--- a/pandora/pnd.c
+++ b/pandora/pnd.c
@@ -92,7 +92,7 @@ u32 gamepad_config_map[PLAT_BUTTON_COUNT] =
static const u32 xk_to_gkey[] = {
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,
};