diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2009-06-12 07:20:50 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2009-06-12 07:20:50 +0000 |
| commit | fb2380790edbdb2176a21fe28739a41fb978ce6e (patch) | |
| tree | 29ad077356a1463394ceb22f81a057f300ee57d7 /apps/keymaps/keymap-touchscreen.c | |
| parent | 9e3255fdb043d8651bfdbd8be06986d12a7d66eb (diff) | |
| download | rockbox-fb2380790edbdb2176a21fe28739a41fb978ce6e.zip rockbox-fb2380790edbdb2176a21fe28739a41fb978ce6e.tar.gz rockbox-fb2380790edbdb2176a21fe28739a41fb978ce6e.tar.bz2 rockbox-fb2380790edbdb2176a21fe28739a41fb978ce6e.tar.xz | |
FS#8894 - Add time stretching feature to all SWCODEC targets - the current algorithm is best for spoken word.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-touchscreen.c')
| -rw-r--r-- | apps/keymaps/keymap-touchscreen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-touchscreen.c b/apps/keymaps/keymap-touchscreen.c index 7000979..b285446 100644 --- a/apps/keymaps/keymap-touchscreen.c +++ b/apps/keymaps/keymap-touchscreen.c @@ -206,6 +206,8 @@ static const struct button_mapping button_context_pitchscreen[] = { { ACTION_PS_TOGGLE_MODE, BUTTON_BOTTOMRIGHT, BUTTON_NONE }, { ACTION_PS_RESET, BUTTON_CENTER, BUTTON_NONE }, { ACTION_PS_EXIT, BUTTON_TOPLEFT, BUTTON_NONE }, + { ACTION_PS_SLOWER, BUTTON_MIDLEFT|BUTTON_REPEAT, BUTTON_NONE }, + { ACTION_PS_FASTER, BUTTON_MIDRIGHT|BUTTON_REPEAT, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_PITCHSCREEN) }; /* button_context_pitchcreen */ |