summaryrefslogtreecommitdiff
path: root/uisimulator/buttonmap/fiio-m3k.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/buttonmap/fiio-m3k.c')
-rw-r--r--uisimulator/buttonmap/fiio-m3k.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/uisimulator/buttonmap/fiio-m3k.c b/uisimulator/buttonmap/fiio-m3k.c
index 45d0ab6ae6..ff7a95e82c 100644
--- a/uisimulator/buttonmap/fiio-m3k.c
+++ b/uisimulator/buttonmap/fiio-m3k.c
@@ -84,16 +84,16 @@ int key_to_button(int keyboard_button)
84} 84}
85 85
86struct button_map bm[] = { 86struct button_map bm[] = {
87 { SDLK_ESCAPE, 14, 64, 15, "Power" }, 87 { SDLK_ESCAPE, 14, 63, 15, "Power" },
88 { SDLK_KP_MINUS, 14, 220, 15, "Volume -" }, 88 { SDLK_KP_MINUS, 14, 219, 15, "Volume -" },
89 { SDLK_KP_PLUS, 14, 140, 15, "Volume +" }, 89 { SDLK_KP_PLUS, 14, 139, 15, "Volume +" },
90 { SDLK_SPACE, 14, 300, 15, "Play" }, 90 { SDLK_SPACE, 14, 299, 15, "Play" },
91 { SDLK_UP, 170, 445, 25, "Up" }, 91 { SDLK_UP, 170, 444, 25, "Up" },
92 { SDLK_RETURN, 170, 520, 25, "Select" }, 92 { SDLK_RETURN, 170, 519, 25, "Select" },
93 { SDLK_DOWN, 170, 600, 25, "Down" }, 93 { SDLK_DOWN, 170, 599, 25, "Down" },
94 { SDLK_INSERT, 79, 428, 25, "Menu" }, 94 { SDLK_INSERT, 79, 427, 25, "Menu" },
95 { SDLK_LEFT, 79, 621, 25, "Left" }, 95 { SDLK_LEFT, 79, 620, 25, "Left" },
96 { SDLK_RIGHT, 260, 621, 25, "Right" }, 96 { SDLK_RIGHT, 260, 620, 25, "Right" },
97 { SDLK_BACKSPACE, 260, 428, 25, "Back" }, 97 { SDLK_BACKSPACE, 260, 427, 25, "Back" },
98 { 0, 0, 0, 0, "None" } 98 { 0, 0, 0, 0, "None" }
99}; 99};