diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-07-22 22:10:25 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-07-22 22:10:25 +0000 |
commit | 5c9fe52629f2f0f68e25efe658281b2fa42bab84 (patch) | |
tree | b0823e6b48173a84dc5dfc84ada7295ebbbd7d38 /apps/keymaps/keymap-iaudio67.c | |
parent | 962faf12732b8e62dd2930c42e00111fc5d4f7ed (diff) |
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-iaudio67.c')
-rw-r--r-- | apps/keymaps/keymap-iaudio67.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-iaudio67.c b/apps/keymaps/keymap-iaudio67.c index a1eeb08886..6679ede293 100644 --- a/apps/keymaps/keymap-iaudio67.c +++ b/apps/keymaps/keymap-iaudio67.c @@ -71,6 +71,7 @@ static const struct button_mapping button_context_wps[] = { { ACTION_WPS_STOPSEEK, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT|BUTTON_REPEAT }, { ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY }, + { ACTION_WPS_VIEW_PLAYLIST, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_WPS_STOP, BUTTON_STOP, BUTTON_NONE }, LAST_ITEM_IN_LIST |