summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-07-12 10:26:12 +0000
committerAlexander Levin <al.le@rockbox.org>2009-07-12 10:26:12 +0000
commit8029bee2fe175091bf1d889b5c892c67a150b0fb (patch)
tree119d188283195b66adfdb9d36d23f6c88f797401 /manual/rockbox_interface
parentbd7fc17057456ecbc8bed1f5fe5773b73afc61ba (diff)
downloadrockbox-8029bee2fe175091bf1d889b5c892c67a150b0fb.tar.gz
rockbox-8029bee2fe175091bf1d889b5c892c67a150b0fb.zip
Fix the manuals (the problem was introduced in r21791): some players do not have a button to go from WPS to the pitch screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21800 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r--manual/rockbox_interface/wps.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index fbc723becc..ab85470626 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -120,7 +120,11 @@ your WPS (While Playing Screen).
120 \opt{PLAYER_PAD}{% 120 \opt{PLAYER_PAD}{%
121 \ButtonMenu+\ButtonPlay & Mute on/off.\\% 121 \ButtonMenu+\ButtonPlay & Mute on/off.\\%
122 }% 122 }%
123 \opt{pitchscreen}{% 123 % We explicitly list all the appropriate targets here and do no condition
124 % on the 'pitchscreen' feature since some players have the feature but do
125 % not have the button to go from the WPS to the pitch screen.
126 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD%
127 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
124 \ActionWpsPitchScreen 128 \ActionWpsPitchScreen
125 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen} 129 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen}
126 & Show \setting{Pitch Screen} (see \reference{sec:pitchscreen}).\\% 130 & Show \setting{Pitch Screen} (see \reference{sec:pitchscreen}).\\%