summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 2c96c7735c..93ea018cd2 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -454,6 +454,53 @@ or alternate information on those that do not
454Example: 454Example:
455\config{\%?cc{\textless}\%cH:\%cM{\textbar}No clock detected{\textgreater}} 455\config{\%?cc{\textless}\%cH:\%cM{\textbar}No clock detected{\textgreater}}
456 456
457\opt{touchscreen}{
458 \section{Touchscreen Areas (WPS only)}
459 \begin{table}
460 \begin{tagmap}{}{}
461 \config{\%T{\textbar}x{\textbar}y{\textbar}width{\textbar}height%
462 {\textbar}action{\textbar}}
463 & Invoke the action specified when the user presses in the defined
464 touchscreen area.\\
465 \end{tagmap}
466 \end{table}
467 If the action starts with \& then the area must be held. Possible actions are:
468
469 \begin{description}
470 \item[play] -- Play/pause playback.
471 \item[stop] -- Stop playback and exit the WPS.
472 \item[prev] -- Previous track.
473 \item[next] -- Next track.
474 \item[ffwd] -- Seek forwards in the track.
475 \item[rwd] -- Seek backwards in the track.
476 \item[menu] -- Go to the main menu.
477 \item[browse] -- Go back to the file browser or database.
478 \item[shuffle] -- Toggle shuffle mode.
479 \item[repmode] -- Cycle through the repeat modes.
480 \item[quickscreen] -- Go to the quickscreen.
481 \item[contextmenu] -- Open the context menu.
482 \item[playlist] -- Go to the playlist viewer.
483 \item[progressbar] -- Seek to the appropriate position in the track based on the touch.
484 \item[volume] -- Set the volume to the appropriate level based on the touch.
485 \item[pitch] -- Open the pitchscreen.
486 \item[voldown] -- Decrease the volume by one step.
487 \item[volup] -- Increase the volume by one step.
488 \end{description}
489
490 \section{Last Touchscreen Press (WPS only)}
491 \begin{table}
492 \begin{tagmap}{}{}
493 \config{\%Tl} & Indicates that the touchscreen is pressed.\\
494 \end{tagmap}
495 \end{table}
496 This tag can be used to display text or images or a viewport when the
497 touchscreen is pressed (like an On Screen Display). If you put a number
498 straight after \%Tl it will be used as a timeout in seconds
499 (e.g \%Tl2.5 will give a 2.5 second timeout) between the touchscreen press
500 being released and the tag going false. If no number is specified it will
501 use a 1 second timeout. It can also be used as a conditional, and can be
502 used with conditional viewports.
503}
457 504
458\section{Other Tags} 505\section{Other Tags}
459\begin{table} 506\begin{table}