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:
parent
25359d4ec2
commit
b81271ed3e
4 changed files with 6 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
||||||
\newcommand{\ActionStdCancel}{\ButtonLeft}
|
\newcommand{\ActionStdCancel}{\ButtonLeft}
|
||||||
\newcommand{\ActionStdContext}{Long \ButtonRight}
|
\newcommand{\ActionStdContext}{Long \ButtonRight}
|
||||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft}
|
\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft}
|
||||||
\newcommand{\ActionQuickscreenExit}{\ButtonLeft}
|
\newcommand{\ActionQuickScreenExit}{\ButtonLeft}
|
||||||
\newcommand{\ActionStdMenu}{\ButtonPower}
|
\newcommand{\ActionStdMenu}{\ButtonPower}
|
||||||
\newcommand{\ActionStdOk}{\ButtonRight}
|
\newcommand{\ActionStdOk}{\ButtonRight}
|
||||||
\newcommand{\ActionStdUsbCharge}{\ButtonRight}
|
\newcommand{\ActionStdUsbCharge}{\ButtonRight}
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
|
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
|
||||||
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
||||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
|
\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
|
||||||
\newcommand{\ActionQuickscreenExit}{\ButtonMode}
|
\newcommand{\ActionQuickScreenExit}{\ButtonMode}
|
||||||
\newcommand{\ActionStdMenu}{\ButtonMode}
|
\newcommand{\ActionStdMenu}{\ButtonMode}
|
||||||
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
||||||
\newcommand{\ActionStdUsbCharge}{\ButtonRec}
|
\newcommand{\ActionStdUsbCharge}{\ButtonRec}
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
|
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
|
||||||
\newcommand{\ActionStdContext}{Long \ButtonPlay}
|
\newcommand{\ActionStdContext}{Long \ButtonPlay}
|
||||||
\newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
|
\newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
|
||||||
+\newcommand{\ActionQuickScreenExit}{\ButtonPlay}
|
\newcommand{\ActionQuickScreenExit}{\ButtonPlay}
|
||||||
\newcommand{\ActionStdMenu}{\ButtonFOne}
|
\newcommand{\ActionStdMenu}{\ButtonFOne}
|
||||||
\newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
|
\newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
|
||||||
\newcommand{\ActionStdUsbCharge}{\ButtonFOne}
|
\newcommand{\ActionStdUsbCharge}{\ButtonFOne}
|
||||||
|
|
|
@ -80,7 +80,8 @@ the \setting{Show Files} setting to all.
|
||||||
\ActionStdMenu{}
|
\ActionStdMenu{}
|
||||||
& Enter the \setting{Main Menu}\\
|
& 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}
|
\ActionStdQuickScreen & Switches to the \setting{Quick Screen}
|
||||||
(see \reference{ref:QuickScreen}) \\
|
(see \reference{ref:QuickScreen}) \\
|
||||||
%
|
%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue