Rework the button table in 'Navigating the Main Menu' - use \newline to keep line breaks inside the cell which makes the alternating row colours work correctly; also restructure a bit to improve readability.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26797 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
197b4407ab
commit
82ff776fbb
1 changed files with 22 additions and 13 deletions
|
@ -18,25 +18,34 @@ safely (see \reference{ref:Safeshutdown}).
|
|||
\section{Navigating the Main Menu}
|
||||
\begin{btnmap}
|
||||
\ActionStdNext
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext}
|
||||
& Select the next option in the menu.\\
|
||||
|
||||
& \opt{HAVEREMOTEKEYMAP}{&} Inside a setting,
|
||||
increase the value or choose next option. \\
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{\ActionRCStdNext
|
||||
&}
|
||||
Select the next option in the menu.\newline
|
||||
Inside a setting, increase the value or choose next option.
|
||||
\\
|
||||
%
|
||||
\ActionStdPrev
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdPrev}
|
||||
& Select the previous option in the menu.\\
|
||||
& \opt{HAVEREMOTEKEYMAP}{&} Inside a setting,
|
||||
decrease the value or choose previous option. \\
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{\ActionRCStdPrev
|
||||
&}
|
||||
Select the previous option in the menu.\newline
|
||||
Inside a setting,decrease the value or choose previous option.
|
||||
\\
|
||||
%
|
||||
\ActionStdOk
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
|
||||
& Select option. \\
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{\ActionRCStdOk
|
||||
&}
|
||||
Select option.
|
||||
\\
|
||||
%
|
||||
\ActionStdCancel
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
|
||||
& Exit menu or setting, or move to parent menu.\\
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{\ActionRCStdCancel
|
||||
&}
|
||||
Exit menu or setting, or move to parent menu.
|
||||
\\
|
||||
\end{btnmap}
|
||||
|
||||
\section {Recent Bookmarks}
|
||||
|
|
Loading…
Reference in a new issue