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-h10.c | |
| parent | 962faf12732b8e62dd2930c42e00111fc5d4f7ed (diff) | |
| download | rockbox-5c9fe52629f2f0f68e25efe658281b2fa42bab84.zip rockbox-5c9fe52629f2f0f68e25efe658281b2fa42bab84.tar.gz rockbox-5c9fe52629f2f0f68e25efe658281b2fa42bab84.tar.bz2 rockbox-5c9fe52629f2f0f68e25efe658281b2fa42bab84.tar.xz | |
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-h10.c')
| -rw-r--r-- | apps/keymaps/keymap-h10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-h10.c b/apps/keymaps/keymap-h10.c index ff6c66d..7fef53d 100644 --- a/apps/keymaps/keymap-h10.c +++ b/apps/keymaps/keymap-h10.c @@ -87,6 +87,7 @@ static const struct button_mapping button_context_wps[] = { { ACTION_WPS_CONTEXT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_RIGHT }, { ACTION_WPS_QUICKSCREEN, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_LEFT }, { ACTION_WPS_MENU, BUTTON_POWER|BUTTON_REL, BUTTON_POWER }, + { ACTION_WPS_VIEW_PLAYLIST, BUTTON_POWER|BUTTON_PLAY, BUTTON_NONE }, { ACTION_WPS_PITCHSCREEN, BUTTON_PLAY|BUTTON_LEFT, BUTTON_PLAY }, { ACTION_WPS_ID3SCREEN, BUTTON_PLAY|BUTTON_RIGHT, BUTTON_PLAY }, |