diff options
author | Marc Guay <marcguay@rockbox.org> | 2008-06-30 01:27:28 +0000 |
---|---|---|
committer | Marc Guay <marcguay@rockbox.org> | 2008-06-30 01:27:28 +0000 |
commit | 0cb9af21fb249b9eb6afa4276eda55f01f561e0d (patch) | |
tree | 03a143a07bf15c3e5862d6b66a2b7ee516507f42 /manual/platform/m5.tex | |
parent | 66258e5ddd99a3ae80a9a975596eb631a465b39d (diff) | |
download | rockbox-0cb9af21fb249b9eb6afa4276eda55f01f561e0d.tar.gz rockbox-0cb9af21fb249b9eb6afa4276eda55f01f561e0d.zip |
Fix the description of the quick screen exit buttons by creating ActionQuickScreenExit and simply referring to it. Also adds the quick screen to the button table for the WPS and the browser with references to the Quick Screen section. Thanks to Costas Calamvokis. FS#7769.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17886 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/m5.tex')
-rw-r--r-- | manual/platform/m5.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/platform/m5.tex b/manual/platform/m5.tex index ef45ee0f86..66b104f0e8 100644 --- a/manual/platform/m5.tex +++ b/manual/platform/m5.tex @@ -39,6 +39,7 @@ \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower} \newcommand{\ActionStdContext}{Long \ButtonSelect} \newcommand{\ActionStdQuickScreen}{Long \ButtonRec} +\newcommand{\ActionQuickScreenExit}{\ButtonMenu} \newcommand{\ActionStdMenu}{\ButtonRec} \newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay} |