summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-21 16:43:32 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-11-28 12:05:26 -0500
commitdbb7371065f53baf529c7a3289c0abf8566cfe6e (patch)
tree8069e0e0b444bbd4dce15c94a94522f09d82360b
parent1ad60c33441619f2f3e9111d762b73264db1d44c (diff)
downloadrockbox-dbb7371065.tar.gz
rockbox-dbb7371065.zip
manual: fix layout of Backlight Exemptions description
Use a {description} block rather than an {itemize} since the latter doesn't look very good here. Change-Id: Ic1052085ff1bd523bfa7e3637aa8bf9691eb785f
-rwxr-xr-xmanual/configure_rockbox/display_options.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index 1eeb633a05..ee594d676a 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -66,21 +66,21 @@
\item[Settings.]
Allows to select actions that will \emph{not} activate backlight.
- \begin{itemize}
- \item[Exempt Volume]
+ \begin{description}
+ \item[Exempt Volume.]
Volume up/down.
- \item[Exempt Play]
+ \item[Exempt Play.]
Toggling Play/Pause.
- \item[Exempt Seek]
+ \item[Exempt Seek.]
Seeking in a track.
- \item[Exempt Skip]
+ \item[Exempt Skip.]
Skipping of a track.
\item[Disable Unmapped Keys.]
Buttons that have no action assigned and accidental button
combinations don't turn on backlight.
\item[Disable on External Power.]
When plugged goes back to regular behavior.
- \end{itemize}
+ \end{description}
Selected actions are indicated by a leading +.
Note: If all options get de-selected, the entire feature is disabled.
\end{description}