summaryrefslogtreecommitdiffstats
path: root/apps/keymaps/keymap-c200.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-07-22 22:10:25 +0000
committerThomas Martitz <kugel@rockbox.org>2009-07-22 22:10:25 +0000
commit5c9fe52629f2f0f68e25efe658281b2fa42bab84 (patch)
treeb0823e6b48173a84dc5dfc84ada7295ebbbd7d38 /apps/keymaps/keymap-c200.c
parent962faf12732b8e62dd2930c42e00111fc5d4f7ed (diff)
downloadrockbox-5c9fe52629f2f0f68e25efe658281b2fa42bab84.tar.gz
rockbox-5c9fe52629f2f0f68e25efe658281b2fa42bab84.zip
Commit part of FS#9873 - Utilise buttons for playlisting
It adds a shortcut (combo or button) to directly go from the wps to the playlist viewer. The combos could possibly be improved on some targets, but I tried to keep a tad bit of consistency (was hardly possible). I also added a corresponding touchscreen region and adapted cabbiev2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22003 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-c200.c')
-rw-r--r--apps/keymaps/keymap-c200.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-c200.c b/apps/keymaps/keymap-c200.c
index bddfa9b1d5..36345ee4fb 100644
--- a/apps/keymaps/keymap-c200.c
+++ b/apps/keymaps/keymap-c200.c
@@ -81,6 +81,7 @@ static const struct button_mapping button_context_wps[] = {
{ ACTION_WPS_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
{ ACTION_WPS_QUICKSCREEN, BUTTON_DOWN, BUTTON_NONE },
{ ACTION_WPS_REC, BUTTON_REC|BUTTON_REPEAT, BUTTON_NONE },
+ { ACTION_WPS_VIEW_PLAYLIST, BUTTON_REC|BUTTON_REL, BUTTON_REC },
LAST_ITEM_IN_LIST
}; /* button_context_wps */