forked from len0rd/rockbox
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
This commit is contained in:
parent
01f91ed14d
commit
b013fb76c4
1 changed files with 7 additions and 17 deletions
|
@ -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}
|
||||
\section{Hold}
|
||||
\begin{tagmap}
|
||||
\config{\%mh} & ``h'' if the main unit hold switch is on\\
|
||||
\config{\%mr} & ``r'' if the remote hold switch is on\\
|
||||
\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}
|
||||
}
|
||||
\nopt{remote_button_hold}{
|
||||
\section{Hold Switch}
|
||||
\begin{tagmap}
|
||||
\config{\%mh} & ``h'' if the hold switch is on\\
|
||||
\end{tagmap}
|
||||
}
|
||||
}
|
||||
|
||||
\section{Virtual LED}
|
||||
\begin{tagmap}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue