From b013fb76c464b5125026b4d6c95c49a046d0924c Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Thu, 1 Jul 2010 21:02:12 +0000 Subject: 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 --- manual/appendix/wps_tags.tex | 24 +++++++----------------- 1 file 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} -- cgit v1.2.3