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
This commit is contained in:
Aidan MacDonald 2021-11-21 16:43:32 +00:00
parent 1ad60c3344
commit dbb7371065

View file

@ -66,21 +66,21 @@
\item[Settings.] \item[Settings.]
Allows to select actions that will \emph{not} activate backlight. Allows to select actions that will \emph{not} activate backlight.
\begin{itemize} \begin{description}
\item[Exempt Volume] \item[Exempt Volume.]
Volume up/down. Volume up/down.
\item[Exempt Play] \item[Exempt Play.]
Toggling Play/Pause. Toggling Play/Pause.
\item[Exempt Seek] \item[Exempt Seek.]
Seeking in a track. Seeking in a track.
\item[Exempt Skip] \item[Exempt Skip.]
Skipping of a track. Skipping of a track.
\item[Disable Unmapped Keys.] \item[Disable Unmapped Keys.]
Buttons that have no action assigned and accidental button Buttons that have no action assigned and accidental button
combinations don't turn on backlight. combinations don't turn on backlight.
\item[Disable on External Power.] \item[Disable on External Power.]
When plugged goes back to regular behavior. When plugged goes back to regular behavior.
\end{itemize} \end{description}
Selected actions are indicated by a leading +. Selected actions are indicated by a leading +.
Note: If all options get de-selected, the entire feature is disabled. Note: If all options get de-selected, the entire feature is disabled.
\end{description} \end{description}