summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2011-05-22 13:34:22 +0000
committerMarianne Arnold <pixelma@rockbox.org>2011-05-22 13:34:22 +0000
commit4dad30d0386c07486e2e17908af5bbd290b54906 (patch)
tree248d25d0661e10432696eb7dce79ae6f2d2b58c6
parenta0f346204fdab053e6075db1431aff23149bb312 (diff)
downloadrockbox-4dad30d0386c07486e2e17908af5bbd290b54906.tar.gz
rockbox-4dad30d0386c07486e2e17908af5bbd290b54906.zip
Manual:r29866 changed the meaning of & and * for touch region actions, update the manual accordingly and add some short explanations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29909 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 370270531c..46fad0c52e 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -602,8 +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. 605 If the action starts with \& then the area must be held and allows repeat presses (e.g. for seeking).
606 If the action starts with * then the area must be held and allows repeat presses. 606 If the action starts with * then the area must be held but the press only triggers once
607 (e.g. for switching a setting on a long press).
607 Possible actions are: 608 Possible actions are:
608 609
609 \begin{description} 610 \begin{description}