From d48f1a0a4545316e024f7ccfd78112f6d1a466f5 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 15 May 2009 05:08:28 +0000 Subject: 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 --- apps/keymaps/keymap-mr500.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/keymaps/keymap-mr500.c') 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[] = { }; /* button_context_time */ static const struct button_mapping button_context_quickscreen[] = { + { ACTION_STD_CANCEL, BUTTON_RC_MODE, BUTTON_NONE }, + { ACTION_QS_DOWNINV, BUTTON_RC_UP, BUTTON_NONE }, + { ACTION_QS_DOWN, BUTTON_RC_DOWN, BUTTON_NONE }, + { ACTION_QS_LEFT, BUTTON_RC_LEFT, BUTTON_NONE }, + { ACTION_QS_RIGHT, BUTTON_RC_RIGHT, BUTTON_NONE }, - LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) + LAST_ITEM_IN_LIST }; /* button_context_quickscreen */ static const struct button_mapping button_context_pitchscreen[] = { -- cgit v1.2.3