1
0
Fork 0
forked from len0rd/rockbox

Repair broken manuals. (1) browsing_and_playing.tex: For some reason LaTeX doesn't seem to like excluding with a \nopt if that is below the last line which would be included. Turning the logic around and include with \opt seems to work. (2) Fix typos in a few platform files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17903 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marianne Arnold 2008-07-01 10:23:30 +00:00
parent 25359d4ec2
commit b81271ed3e
4 changed files with 6 additions and 5 deletions

View file

@ -38,7 +38,7 @@
\newcommand{\ActionStdCancel}{\ButtonLeft}
\newcommand{\ActionStdContext}{Long \ButtonRight}
\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft}
\newcommand{\ActionQuickscreenExit}{\ButtonLeft}
\newcommand{\ActionQuickScreenExit}{\ButtonLeft}
\newcommand{\ActionStdMenu}{\ButtonPower}
\newcommand{\ActionStdOk}{\ButtonRight}
\newcommand{\ActionStdUsbCharge}{\ButtonRight}

View file

@ -40,7 +40,7 @@
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
\newcommand{\ActionStdContext}{Long \ButtonSelect}
\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
\newcommand{\ActionQuickscreenExit}{\ButtonMode}
\newcommand{\ActionQuickScreenExit}{\ButtonMode}
\newcommand{\ActionStdMenu}{\ButtonMode}
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
\newcommand{\ActionStdUsbCharge}{\ButtonRec}

View file

@ -39,7 +39,7 @@
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
\newcommand{\ActionStdContext}{Long \ButtonPlay}
\newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
+\newcommand{\ActionQuickScreenExit}{\ButtonPlay}
\newcommand{\ActionQuickScreenExit}{\ButtonPlay}
\newcommand{\ActionStdMenu}{\ButtonFOne}
\newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
\newcommand{\ActionStdUsbCharge}{\ButtonFOne}

View file

@ -80,7 +80,8 @@ the \setting{Show Files} setting to all.
\ActionStdMenu{}
& Enter the \setting{Main Menu}\\
%
\nopt{PLAYER_PAD,ONDIO_PAD} {
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
\ActionStdQuickScreen & Switches to the \setting{Quick Screen}
(see \reference{ref:QuickScreen}) \\
%