diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2010-06-11 20:31:38 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2010-06-11 20:31:38 +0000 |
commit | 82ff776fbbf32e86cbc4c41b1290e369876f9f07 (patch) | |
tree | 7a0ada4eda62d4431803d4ae65ee659fc40344bc /manual | |
parent | 197b4407ab71f655c1a076d441e773cc0e06b2dd (diff) |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/main_menu/main.tex | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index 74be6ed74e..161479564b 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -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} |