summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-06-30 01:27:28 +0000
committerMarc Guay <marcguay@rockbox.org>2008-06-30 01:27:28 +0000
commit0cb9af21fb249b9eb6afa4276eda55f01f561e0d (patch)
tree03a143a07bf15c3e5862d6b66a2b7ee516507f42 /manual/rockbox_interface
parent66258e5ddd99a3ae80a9a975596eb631a465b39d (diff)
downloadrockbox-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/rockbox_interface')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex7
-rw-r--r--manual/rockbox_interface/main.tex4
-rw-r--r--manual/rockbox_interface/wps.tex3
3 files changed, 9 insertions, 5 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.
80 \ActionStdMenu{} 80 \ActionStdMenu{}
81 & Enter the \setting{Main Menu}\\ 81 & Enter the \setting{Main Menu}\\
82 % 82 %
83 \opt{RECORDER_PAD}{ 83 \nopt{PLAYER_PAD,ONDIO_PAD} {
84 \ButtonFTwo & Switches to the Browse/Play Quick Screen \\ 84 \ActionStdQuickScreen & Switches to the \setting{Quick Screen}
85 (see \reference{ref:QuickScreen}) \\
85 % 86 %
87 }
88 \opt{RECORDER_PAD}{
86 \ButtonFThree & Switches to the Display Quick Screen \\ 89 \ButtonFThree & Switches to the Display Quick Screen \\
87 % 90 %
88 } 91 }
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index b60d1bf000..c637268fa2 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -354,11 +354,11 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
354 354
355\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,IPOD_4G_PAD,SANSA_E200_PAD% 355\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
356,SANSA_C200_PAD,IAUDIO_X5_PAD,IAUDIO_M5_PAD,IPOD_3G_PAD}{% 356,SANSA_C200_PAD,IAUDIO_X5_PAD,IAUDIO_M5_PAD,IPOD_3G_PAD}{%
357 In the unlikely event of a software failure, hardware poweroff/reset can be 357 In the unlikely event of a software failure, hardware poweroff or reset can be
358 performed by holding down \opt{PLAYER_PAD}{\ButtonStop}\opt{RECORDER_PAD,ONDIO_PAD} 358 performed by holding down \opt{PLAYER_PAD}{\ButtonStop}\opt{RECORDER_PAD,ONDIO_PAD}
359 {\ButtonOff}\opt{GIGABEAT_PAD}{the battery switch}\opt{IPOD_4G_PAD} 359 {\ButtonOff}\opt{GIGABEAT_PAD}{the battery switch}\opt{IPOD_4G_PAD}
360 {\ButtonMenu + \ButtonSelect}\opt{IPOD_3G_PAD}{\ButtonMenu + \ButtonPlay} 360 {\ButtonMenu + \ButtonSelect}\opt{IPOD_3G_PAD}{\ButtonMenu + \ButtonPlay}
361 \opt{SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD%,IAUDIO_M5_PAD} 361 \opt{SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD,IAUDIO_M5_PAD}
362 {\ButtonPower} until the \dap{} shuts off or reboots. 362 {\ButtonPower} until the \dap{} shuts off or reboots.
363}% 363}%
364\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_M3_PAD,IRIVER_H10_PAD,MROBE100_PAD}{% 364\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_M3_PAD,IRIVER_H10_PAD,MROBE100_PAD}{%
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 847659e16c..1cd23fe783 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -87,7 +87,8 @@ your WPS (While Playing Screen).
87 \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\% 87 \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\%
88 % 88 %
89 \nopt{PLAYER_PAD,ONDIO_PAD}{% 89 \nopt{PLAYER_PAD,ONDIO_PAD}{%
90 \ActionWpsQuickScreen & Enter \setting{Quick Screen}.\\}% 90 \ActionWpsQuickScreen & Switches to the \setting{Quick Screen}.
91 (see \reference{ref:QuickScreen}) \\}%
91 % 92 %
92 %These actions need definitions for the other targets 93 %These actions need definitions for the other targets
93 \opt{RECORDER_PAD}{% 94 \opt{RECORDER_PAD}{%