From 1d095d1545fcbd74d201a5d63cee654fe9141187 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 28 Jan 2008 09:06:59 +0000 Subject: Commit FS#7773 by Alexander Levin - Add UP (play) as an alternative exit button for the pitch screen on the E200. Plus changes by me to add this new button to the manual, plus also correct the description of other button mappings in the pitch screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16180 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-e200.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/keymaps') diff --git a/apps/keymaps/keymap-e200.c b/apps/keymaps/keymap-e200.c index 748b56d23d..1c11f3f917 100644 --- a/apps/keymaps/keymap-e200.c +++ b/apps/keymaps/keymap-e200.c @@ -201,6 +201,7 @@ static const struct button_mapping button_context_pitchscreen[] = { { ACTION_PS_TOGGLE_MODE, BUTTON_REC, BUTTON_NONE }, { ACTION_PS_RESET, BUTTON_SELECT, BUTTON_NONE }, { ACTION_PS_EXIT, BUTTON_POWER, BUTTON_NONE }, + { ACTION_PS_EXIT, BUTTON_UP, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), }; /* button_context_pitchscreen */ -- cgit v1.2.3