diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2011-05-22 13:34:22 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2011-05-22 13:34:22 +0000 |
| commit | 4dad30d0386c07486e2e17908af5bbd290b54906 (patch) | |
| tree | 248d25d0661e10432696eb7dce79ae6f2d2b58c6 /manual/appendix | |
| parent | a0f346204fdab053e6075db1431aff23149bb312 (diff) | |
| download | rockbox-4dad30d0386c07486e2e17908af5bbd290b54906.zip rockbox-4dad30d0386c07486e2e17908af5bbd290b54906.tar.gz rockbox-4dad30d0386c07486e2e17908af5bbd290b54906.tar.bz2 rockbox-4dad30d0386c07486e2e17908af5bbd290b54906.tar.xz | |
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
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 3702705..46fad0c 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -602,8 +602,9 @@ display cycling round the defined sublines. See & Invoke the action specified when the user presses in the defined touchscreen area.\\ \end{tagmap} - If the action starts with \& then the area must be held. - If the action starts with * then the area must be held and allows repeat presses. + If the action starts with \& then the area must be held and allows repeat presses (e.g. for seeking). + If the action starts with * then the area must be held but the press only triggers once + (e.g. for switching a setting on a long press). Possible actions are: \begin{description} |