summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorOsborne Jacobs <ozziejacks@gmail.com>2012-03-03 00:15:31 -0500
committerJonathan Gordon <rockbox@jdgordon.info>2012-03-13 03:17:12 +0100
commit595427c095df06ad0560dfbaa96710034a51d9c8 (patch)
treedbaaa2a0bd37400896a02823cb5b8ed21007140a /apps/action.h
parent47e30b8cdccb0849ee2d7c4c74769fc2d1fa8919 (diff)
downloadrockbox-595427c095df06ad0560dfbaa96710034a51d9c8.tar.gz
rockbox-595427c095df06ad0560dfbaa96710034a51d9c8.zip
Add new actions to %Tp (Touchscreen areas)
Add the following actions to %Tp: createbookmark create a new bookmark from the wps listbookmarks list bookmarks from the wps trackinfo show track info from the wps My main motivation was to allow bookmarking and jumping around audio books from the wps on touch enabled targets. You can do it now through the context menu but it requires 4 screen presses instead of 1. Change-Id: I1fa1bf0064dfd22b897eca7c56acc1ce8956f14c Reviewed-on: http://gerrit.rockbox.org/171 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index e46e4a64b2..508d9a31a6 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -129,6 +129,8 @@ enum {
129 ACTION_WPS_QUICKSCREEN,/* optional */ 129 ACTION_WPS_QUICKSCREEN,/* optional */
130 ACTION_WPS_MENU, /*this should be the same as ACTION_STD_MENU */ 130 ACTION_WPS_MENU, /*this should be the same as ACTION_STD_MENU */
131 ACTION_WPS_VIEW_PLAYLIST, 131 ACTION_WPS_VIEW_PLAYLIST,
132 ACTION_WPS_LIST_BOOKMARKS,/* optional */
133 ACTION_WPS_CREATE_BOOKMARK,/* optional */
132 ACTION_WPS_REC, 134 ACTION_WPS_REC,
133#if 0 135#if 0
134 ACTION_WPSAB_SINGLE, /* This needs to be #defined in 136 ACTION_WPSAB_SINGLE, /* This needs to be #defined in