summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2009-01-03 01:21:25 +0000
committerMarc Guay <marcguay@rockbox.org>2009-01-03 01:21:25 +0000
commit14483f87153f9d18beb85b9582ffeb7123b38ec9 (patch)
tree547f595dc1067fa7a756f1d2eb264f0a5f849548
parentb06b9be2e1c7efd492fa2ffa66b2376f8bedaa72 (diff)
downloadrockbox-14483f87153f9d18beb85b9582ffeb7123b38ec9.tar.gz
rockbox-14483f87153f9d18beb85b9582ffeb7123b38ec9.zip
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.tex5
-rw-r--r--manual/main_menu/main.tex21
2 files changed, 16 insertions, 10 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 4008375b3b..acf546c09c 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -1,6 +1,7 @@
1% $Id$ % 1% $Id$ %
2The \setting{Playback Settings} menu allows you to configure settings 2
3related to audio playback. 3The \setting{\label{ref:PlaybackOptions}Playback Settings} menu allows
4you to configure settings related to audio playback.
4 5
5\section{Shuffle} 6\section{Shuffle}
6 Turning shuffle on will cause Rockbox to randomly re-order the 7 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 a070e11a24..5e3961965a 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -248,12 +248,17 @@ pages of information.}
248\nopt{PLAYER_PAD,ONDIO_PAD} 248\nopt{PLAYER_PAD,ONDIO_PAD}
249{ 249{
250\section{\label{ref:QuickScreen}Quick Screen} 250\section{\label{ref:QuickScreen}Quick Screen}
251 Whilst not strictly part of the \setting{Main Menu}, it is worth noting that 251 Although the \setting{Quick Screen} is accessible from nearly everywhere,
252 a few of the more commonly used settings are available from the 252 not just the \setting{Main Menu}, it is worth mentioning here. It allows
253 \setting{Quick Screen}. 253 rapid access to your three favourite settings. The default settings are
254 The \setting{Quick Screen} screen is accessed with \ActionStdQuickScreen{} 254 \setting{Shuffle}(\reference{ref:PlaybackSettings}),
255 and exited with \ActionQuickScreenExit. 255 \setting{Repeat}(\reference{ref:PlaybackSettings}) and the
256 It allows rapid access to the \setting{Shuffle} and \setting{Repeat} 256 \setting{Show Files}(\reference{ref:ShowFiles}) options, but almost all
257 modes (\reference{ref:PlaybackOptions}) and the \setting{Show Files} 257 configurable options in Rockbox can be placed on this screen. To change the
258 option (\reference{ref:ShowFiles}). 258 options, navigate through the menus to the setting you want to add and press
259 \ActionStdContext. In the menu which appears you will be given options
260 to place the setting on the Quick Screen.
261
262 The \setting{Quick Screen} screen is accessed with \ActionStdQuickScreen
263 and exited with \ActionQuickScreenExit.
259} 264}