From 595427c095df06ad0560dfbaa96710034a51d9c8 Mon Sep 17 00:00:00 2001 From: Osborne Jacobs Date: Sat, 3 Mar 2012 00:15:31 -0500 Subject: 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 --- manual/appendix/wps_tags.tex | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'manual/appendix') diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index f68bd70..7a37f89 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -657,19 +657,22 @@ display cycling round the defined sublines. See \item[wps\_next] -- Next track. \item[ffwd] -- Seek forwards in the track. \item[rwd] -- Seek backwards in the track. - \item[menu] -- Go to the main menu. - \item[browse] -- Go back to the file browser or database. + \item[progressbar] -- Seek to the appropriate position in the track based on the touch. \item[shuffle] -- Toggle shuffle mode. \item[repmode] -- Cycle through the repeat modes. - \item[quickscreen] -- Go to the quickscreen. - \item[contextmenu] -- Open the context menu. - \item[playlist] -- Go to the playlist viewer. - \item[progressbar] -- Seek to the appropriate position in the track based on the touch. \item[volume] -- Set the volume to the appropriate level based on the touch. - \item[pitch] -- Open the pitchscreen. \item[voldown] -- Decrease the volume by one step. \item[volup] -- Increase the volume by one step. \item[mute] -- Un/Mute playback. + \item[createbookmark] -- Create a bookmark in the currently-playing track. + \item[menu] -- Go to the main menu. + \item[browse] -- Go back to the file browser or database. + \item[quickscreen] -- Go to the quickscreen. + \item[contextmenu] -- Open the context menu. + \item[playlist] -- Go to the playlist viewer. + \item[listbookmarks] -- List the bookmarks for the currently-playing directory or playlist. + \item[trackinfo] -- Open the track info viewer. + \item[pitch] -- Open the pitchscreen. \item[setting\_inc] -- Increment the subsequently specified setting (e.g \config{\%T(0,0, setting\_inc, volume)} increases the volume by one step). \item[setting\_dec] -- Decrement the subsequently specified setting (e.g -- cgit v1.1