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
This commit is contained in:
parent
bd7fc17057
commit
8029bee2fe
1 changed files with 5 additions and 1 deletions
|
@ -120,7 +120,11 @@ your WPS (While Playing Screen).
|
|||
\opt{PLAYER_PAD}{%
|
||||
\ButtonMenu+\ButtonPlay & Mute on/off.\\%
|
||||
}%
|
||||
\opt{pitchscreen}{%
|
||||
% We explicitly list all the appropriate targets here and do no condition
|
||||
% on the 'pitchscreen' feature since some players have the feature but do
|
||||
% not have the button to go from the WPS to the pitch screen.
|
||||
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
|
||||
\ActionWpsPitchScreen
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen}
|
||||
& Show \setting{Pitch Screen} (see \reference{sec:pitchscreen}).\\%
|
||||
|
|
Loading…
Reference in a new issue