diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2010-07-01 21:02:12 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2010-07-01 21:02:12 +0000 |
commit | b013fb76c464b5125026b4d6c95c49a046d0924c (patch) | |
tree | aa3926da037a42acef0a019b0d1380b10a20e819 | |
parent | 01f91ed14d197747f489064d28b6a7ace80ebce6 (diff) | |
download | rockbox-b013fb76c464b5125026b4d6c95c49a046d0924c.tar.gz rockbox-b013fb76c464b5125026b4d6c95c49a046d0924c.zip |
Theme tags description: include the part about 'hold' for soft hold targets as well (available there since hm... r13716), put more universally to get rid of special casing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27224 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/appendix/wps_tags.tex | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 5762c3280c..cff6c5f4b8 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -190,23 +190,13 @@ or \config{\%D(2)}), produce the information for the next file to be played. \end{tagmap} } -% this will not include the "remote hold switch" tag for targets lacking -% a main unit hold switch -\opt{hold_button}{ - \opt{remote_button_hold}{ - \section{Hold Switches} - \begin{tagmap} - \config{\%mh} & ``h'' if the main unit hold switch is on\\ - \config{\%mr} & ``r'' if the remote hold switch is on\\ - \end{tagmap} - } - \nopt{remote_button_hold}{ - \section{Hold Switch} - \begin{tagmap} - \config{\%mh} & ``h'' if the hold switch is on\\ - \end{tagmap} - } -} +\section{Hold} + \begin{tagmap} + \config{\%mh} & ``h'' if the main unit keys are locked\\ + \opt{remote_button_hold}{% + \config{\%mr} & ``r'' if the remote keys are locked\\ + } + \end{tagmap} \section{Virtual LED} \begin{tagmap} |