mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
manual nitpicking: use dash (instead of hyphen) for range of numbers
Change-Id: Ic9ae785b78dd4f5596c14c1656eba459b855b638
This commit is contained in:
parent
9aafbf9ca9
commit
16d959d368
2 changed files with 6 additions and 6 deletions
|
|
@ -221,7 +221,7 @@ or \config{\%D(2)}), produce the information for the next file to be played.
|
||||||
\section{Runtime Database}
|
\section{Runtime Database}
|
||||||
\begin{tagmap}
|
\begin{tagmap}
|
||||||
\config{\%rp} & Song playcount\\
|
\config{\%rp} & Song playcount\\
|
||||||
\config{\%rr} & Song rating (0-10). This tag can also be used in a conditional tag: %
|
\config{\%rr} & Song rating (0--10). This tag can also be used in a conditional tag: %
|
||||||
\config{\%?rr<0|1|2|3|4|5|6|7|8|9|10>}\\
|
\config{\%?rr<0|1|2|3|4|5|6|7|8|9|10>}\\
|
||||||
\config{\%ra} & Autoscore for the song\\
|
\config{\%ra} & Autoscore for the song\\
|
||||||
\end{tagmap}
|
\end{tagmap}
|
||||||
|
|
@ -252,13 +252,13 @@ or \config{\%D(2)}), produce the information for the next file to be played.
|
||||||
|
|
||||||
\section{Repeat Mode}
|
\section{Repeat Mode}
|
||||||
\begin{tagmap}
|
\begin{tagmap}
|
||||||
\config{\%mm} & Repeat mode, 0-4, in the order: Off, All, One, Shuffle, A-B\\
|
\config{\%mm} & Repeat mode, 0--4, in the order: Off, All, One, Shuffle, A-B\\
|
||||||
\end{tagmap}
|
\end{tagmap}
|
||||||
Example: \config{\%?mm<Off|All|One|Shuffle|A-B>}
|
Example: \config{\%?mm<Off|All|One|Shuffle|A-B>}
|
||||||
|
|
||||||
\section{Playback Mode}
|
\section{Playback Mode}
|
||||||
\begin{tagmap}
|
\begin{tagmap}
|
||||||
\config{\%mp} & Play status, 0-4, in the order: Stop, Play, Pause,
|
\config{\%mp} & Play status, 0--4, in the order: Stop, Play, Pause,
|
||||||
Fast Forward, Rewind, Recording, Recording paused, FM Radio playing,
|
Fast Forward, Rewind, Recording, Recording paused, FM Radio playing,
|
||||||
FM Radio muted\\
|
FM Radio muted\\
|
||||||
\end{tagmap}
|
\end{tagmap}
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ If you choose to manually edit the option string the input box helpfully has all
|
||||||
|
|
||||||
\setting{BATTERY}
|
\setting{BATTERY}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item BP level (percentage 0-100)
|
\item BP level (percentage 0--100)
|
||||||
\item BM remaining time (HMS)
|
\item BM remaining time (HMS)
|
||||||
\item B1 'battery level'
|
\item B1 'battery level'
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
@ -71,9 +71,9 @@ If you choose to manually edit the option string the input box helpfully has all
|
||||||
|
|
||||||
\subsubsection{Usage}
|
\subsubsection{Usage}
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item [Timeout] [0-360] seconds announcements will not repeat until timeout is met.
|
\item [Timeout] [0--360] seconds announcements will not repeat until timeout is met.
|
||||||
\item [Announce on] [Off, Track Change].
|
\item [Announce on] [Off, Track Change].
|
||||||
\item [Grouping] [0-7] 0- play all, 1-7 only announce the first n items.
|
\item [Grouping] [0--7] 0 -- play all, 1--7 only announce the first n items.
|
||||||
Helpful for infrequently used items.
|
Helpful for infrequently used items.
|
||||||
\item [Announcement format] Select from preset options or manually enter your own.
|
\item [Announcement format] Select from preset options or manually enter your own.
|
||||||
\item [Quit] Exit without Saving.
|
\item [Quit] Exit without Saving.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue