summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-07-01 21:02:12 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-07-01 21:02:12 +0000
commitb013fb76c464b5125026b4d6c95c49a046d0924c (patch)
treeaa3926da037a42acef0a019b0d1380b10a20e819
parent01f91ed14d197747f489064d28b6a7ace80ebce6 (diff)
downloadrockbox-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.tex24
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.
190 \end{tagmap} 190 \end{tagmap}
191} 191}
192 192
193% this will not include the "remote hold switch" tag for targets lacking 193\section{Hold}
194% a main unit hold switch 194 \begin{tagmap}
195\opt{hold_button}{ 195 \config{\%mh} & ``h'' if the main unit keys are locked\\
196 \opt{remote_button_hold}{ 196 \opt{remote_button_hold}{%
197 \section{Hold Switches} 197 \config{\%mr} & ``r'' if the remote keys are locked\\
198 \begin{tagmap} 198 }
199 \config{\%mh} & ``h'' if the main unit hold switch is on\\ 199 \end{tagmap}
200 \config{\%mr} & ``r'' if the remote hold switch is on\\
201 \end{tagmap}
202 }
203 \nopt{remote_button_hold}{
204 \section{Hold Switch}
205 \begin{tagmap}
206 \config{\%mh} & ``h'' if the hold switch is on\\
207 \end{tagmap}
208 }
209}
210 200
211\section{Virtual LED} 201\section{Virtual LED}
212 \begin{tagmap} 202 \begin{tagmap}