summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-03-27 07:23:38 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-03-27 07:23:38 +0000
commit443b1349830912add7211e07557029b9c185d948 (patch)
treebffa8efdf04b0eb8d3502e0af4691c9a257f1c8f /manual/appendix/wps_tags.tex
parent86c4ec7277ac1c2a130a9ac1a3500c8360af5c7e (diff)
downloadrockbox-443b1349830912add7211e07557029b9c185d948.tar.gz
rockbox-443b1349830912add7211e07557029b9c185d948.zip
Fix touchregions muting volume, and change &<action> to mean 'needs long press but only fire once'. Use *<action> for 'long press and allow repeats'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29653 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 46bf4a3967..cddfbe1d85 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -602,7 +602,9 @@ display cycling round the defined sublines. See
602 & Invoke the action specified when the user presses in the defined 602 & Invoke the action specified when the user presses in the defined
603 touchscreen area.\\ 603 touchscreen area.\\
604 \end{tagmap} 604 \end{tagmap}
605 If the action starts with \& then the area must be held. Possible actions are: 605 If the action starts with \& then the area must be held.
606 If the action starts with \* then the area must be held and allows repeat presses.
607 Possible actions are:
606 608
607 \begin{description} 609 \begin{description}
608 \item[play] -- Play/pause playback. 610 \item[play] -- Play/pause playback.