1
0
Fork 0
forked from len0rd/rockbox

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:
Marianne Arnold 2010-06-11 20:31:38 +00:00
parent 197b4407ab
commit 82ff776fbb

View file

@ -18,25 +18,34 @@ safely (see \reference{ref:Safeshutdown}).
\section{Navigating the Main Menu} \section{Navigating the Main Menu}
\begin{btnmap} \begin{btnmap}
\ActionStdNext \ActionStdNext
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext} &
& Select the next option in the menu.\\ \opt{HAVEREMOTEKEYMAP}{\ActionRCStdNext
&}
& \opt{HAVEREMOTEKEYMAP}{&} Inside a setting, Select the next option in the menu.\newline
increase the value or choose next option. \\ Inside a setting, increase the value or choose next option.
\\
% %
\ActionStdPrev \ActionStdPrev
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdPrev} &
& Select the previous option in the menu.\\ \opt{HAVEREMOTEKEYMAP}{\ActionRCStdPrev
& \opt{HAVEREMOTEKEYMAP}{&} Inside a setting, &}
decrease the value or choose previous option. \\ Select the previous option in the menu.\newline
Inside a setting,decrease the value or choose previous option.
\\
% %
\ActionStdOk \ActionStdOk
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk} &
& Select option. \\ \opt{HAVEREMOTEKEYMAP}{\ActionRCStdOk
&}
Select option.
\\
% %
\ActionStdCancel \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} \end{btnmap}
\section {Recent Bookmarks} \section {Recent Bookmarks}