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/rockbox_interface/browsing_and_playing.tex | |
parent | 66258e5ddd99a3ae80a9a975596eb631a465b39d (diff) |
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/rockbox_interface/browsing_and_playing.tex')
-rw-r--r-- | manual/rockbox_interface/browsing_and_playing.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index 94469056e6..4c2c1ed422 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex @@ -80,9 +80,12 @@ the \setting{Show Files} setting to all. \ActionStdMenu{} & Enter the \setting{Main Menu}\\ % - \opt{RECORDER_PAD}{ - \ButtonFTwo & Switches to the Browse/Play Quick Screen \\ + \nopt{PLAYER_PAD,ONDIO_PAD} { + \ActionStdQuickScreen & Switches to the \setting{Quick Screen} + (see \reference{ref:QuickScreen}) \\ % + } + \opt{RECORDER_PAD}{ \ButtonFThree & Switches to the Display Quick Screen \\ % } |