summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-mr500.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-05-15 05:08:28 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-05-15 05:08:28 +0000
commitd48f1a0a4545316e024f7ccfd78112f6d1a466f5 (patch)
tree5fc034849c38a14c2f57a78798084644f9d6f836 /apps/keymaps/keymap-mr500.c
parent6df03c6d53051e44bcc9b879408542c40c79db5e (diff)
downloadrockbox-d48f1a0a4545316e024f7ccfd78112f6d1a466f5.tar.gz
rockbox-d48f1a0a4545316e024f7ccfd78112f6d1a466f5.zip
get the quickscreen working on the mr500. hold "mode" on the remote to get to it, then you can use the 4 directions on the remote, or the touchscreen to change the values. "mode" will exit, as will pressing in the top or middle of the main screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20935 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-mr500.c')
-rw-r--r--apps/keymaps/keymap-mr500.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-mr500.c b/apps/keymaps/keymap-mr500.c
index cd3e30dae1..7bb7c80f67 100644
--- a/apps/keymaps/keymap-mr500.c
+++ b/apps/keymaps/keymap-mr500.c
@@ -166,8 +166,13 @@ static const struct button_mapping button_context_time[] = {
166}; /* button_context_time */ 166}; /* button_context_time */
167 167
168static const struct button_mapping button_context_quickscreen[] = { 168static const struct button_mapping button_context_quickscreen[] = {
169 { ACTION_STD_CANCEL, BUTTON_RC_MODE, BUTTON_NONE },
170 { ACTION_QS_DOWNINV, BUTTON_RC_UP, BUTTON_NONE },
171 { ACTION_QS_DOWN, BUTTON_RC_DOWN, BUTTON_NONE },
172 { ACTION_QS_LEFT, BUTTON_RC_LEFT, BUTTON_NONE },
173 { ACTION_QS_RIGHT, BUTTON_RC_RIGHT, BUTTON_NONE },
169 174
170 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 175 LAST_ITEM_IN_LIST
171}; /* button_context_quickscreen */ 176}; /* button_context_quickscreen */
172 177
173static const struct button_mapping button_context_pitchscreen[] = { 178static const struct button_mapping button_context_pitchscreen[] = {