diff options
| author | Marc Guay <marcguay@rockbox.org> | 2009-01-03 01:21:25 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2009-01-03 01:21:25 +0000 |
| commit | 14483f87153f9d18beb85b9582ffeb7123b38ec9 (patch) | |
| tree | 547f595dc1067fa7a756f1d2eb264f0a5f849548 | |
| parent | b06b9be2e1c7efd492fa2ffa66b2376f8bedaa72 (diff) | |
| download | rockbox-14483f87153f9d18beb85b9582ffeb7123b38ec9.zip rockbox-14483f87153f9d18beb85b9582ffeb7123b38ec9.tar.gz rockbox-14483f87153f9d18beb85b9582ffeb7123b38ec9.tar.bz2 rockbox-14483f87153f9d18beb85b9582ffeb7123b38ec9.tar.xz | |
Add the customisable quick screen to the manual. Closes FS#9524.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19650 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/configure_rockbox/playback_options.tex | 5 | ||||
| -rw-r--r-- | manual/main_menu/main.tex | 21 |
2 files changed, 16 insertions, 10 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index 4008375..acf546c 100644 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex @@ -1,6 +1,7 @@ % $Id$ % -The \setting{Playback Settings} menu allows you to configure settings -related to audio playback. + +The \setting{\label{ref:PlaybackOptions}Playback Settings} menu allows +you to configure settings related to audio playback. \section{Shuffle} Turning shuffle on will cause Rockbox to randomly re-order the diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index a070e11..5e39619 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -248,12 +248,17 @@ pages of information.} \nopt{PLAYER_PAD,ONDIO_PAD} { \section{\label{ref:QuickScreen}Quick Screen} - Whilst not strictly part of the \setting{Main Menu}, it is worth noting that - a few of the more commonly used settings are available from the - \setting{Quick Screen}. - The \setting{Quick Screen} screen is accessed with \ActionStdQuickScreen{} - and exited with \ActionQuickScreenExit. - It allows rapid access to the \setting{Shuffle} and \setting{Repeat} - modes (\reference{ref:PlaybackOptions}) and the \setting{Show Files} - option (\reference{ref:ShowFiles}). + Although the \setting{Quick Screen} is accessible from nearly everywhere, + not just the \setting{Main Menu}, it is worth mentioning here. It allows + rapid access to your three favourite settings. The default settings are + \setting{Shuffle}(\reference{ref:PlaybackSettings}), + \setting{Repeat}(\reference{ref:PlaybackSettings}) and the + \setting{Show Files}(\reference{ref:ShowFiles}) options, but almost all + configurable options in Rockbox can be placed on this screen. To change the + options, navigate through the menus to the setting you want to add and press + \ActionStdContext. In the menu which appears you will be given options + to place the setting on the Quick Screen. + + The \setting{Quick Screen} screen is accessed with \ActionStdQuickScreen + and exited with \ActionQuickScreenExit. } |