Add a description of the ipod nano controls, posted by Woody Anna Dresner on the mailing list. Add a macro to indicate parts that are specially written for blind or visually impaired people.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10250 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
13e49f5f91
commit
4ccc2cebd2
2 changed files with 39 additions and 6 deletions
|
@ -149,6 +149,15 @@
|
|||
}}
|
||||
{\newcommand{\warn}[1]{\ifinner\else\par\noindent\fi\textbf{Warning:{} }#1}}
|
||||
|
||||
% command to mark a text block as intended especially for blind people
|
||||
% Usage: \blind{text}
|
||||
\ifpdfoutput{
|
||||
\newcommand{\blind}[1]{
|
||||
\ifinner\else\par\noindent\fi
|
||||
\ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\ForwardToEnd}}#1\par\fi%
|
||||
}}
|
||||
{\newcommand{\blind}[1]{\ifinner\else\par\noindent\fi#1}}
|
||||
|
||||
% make table floats use "H" (as for screenshots) as default positioning
|
||||
\makeatletter\renewcommand{\fps@table}{H}\makeatother
|
||||
% change defaults for floats on a page as we have a lot of small images
|
||||
|
|
|
@ -10,7 +10,12 @@
|
|||
\opt{h300}{\includegraphics[height=11.8cm]{rockbox_interface/images/h300-front.jpg}}
|
||||
\end{center}
|
||||
|
||||
\opt{h1xx}{
|
||||
Throughout this manual, the buttons on the \dap\ are labelled according to the
|
||||
picture above.
|
||||
|
||||
\subsection{The \daps{} controls}
|
||||
\blind{
|
||||
\opt{h1xx}{
|
||||
If you lie the \dap\ on the table with the joystick pointing towards you, and
|
||||
the curved sides at the top, the you will find the following if you start from
|
||||
the top-right corner and follow the side of the \dap: \ButtonOn, \ButtonOff,
|
||||
|
@ -19,13 +24,32 @@
|
|||
optical/line out. The joystick in the middle of the \dap\ is used to navigate
|
||||
menus by pressing it up/down and left/right. Pressing the joystick down is
|
||||
labelled \ButtonSelect\ throughout this manual.
|
||||
}
|
||||
\nopt{h1xx}{
|
||||
\fixme{Write a section describing the \dap\ for blind users.}
|
||||
}
|
||||
\opt{ipodnano}{
|
||||
The main controls on the \playername{} are a slightly indented wheel with a
|
||||
flat round button in the center. Hold the \dap{} with these controls on the
|
||||
top surface. There is a Hold switch at one end, and headphone and USB jacks
|
||||
at the other; be sure the end with the switch is facing away from you.
|
||||
|
||||
The button in the middle of the wheel is called \ButtonSelect{}. You can
|
||||
operate the wheel by pressing the top, bottom, left or right sections,
|
||||
or by sliding your finger around it. The top is \ButtonMenu{}, the bottom is
|
||||
\ButtonPlay{}, the left is \ButtonLeft{}, and the right is \ButtonRight{}.
|
||||
When the manual says to \ButtonScrollFwd{}, it means to slide your finger
|
||||
clockwise around the wheel. \ButtonScrollBack{} means to slide your finger
|
||||
counterclockwise. Note that the wheel is sensitive, so you'll need to move
|
||||
slowly at first and get a feel for how it works.
|
||||
|
||||
Note that when the Hold switch is pushed toward the center of the \dap{},
|
||||
Hold is on, and none of the other controls do anything; be sure Hold is
|
||||
off before trying to use your player.
|
||||
}
|
||||
\nopt{h1xx,ipodnano}{
|
||||
\fixme{Write a section describing the \dap\ for blind users.}
|
||||
}
|
||||
}
|
||||
|
||||
Throughout this manual, the buttons on the \dap\ are labelled according to the
|
||||
picture above. To turn on and shut down your \dap, the following keys are used:
|
||||
To turn on and shut down your \dap, the following keys are used:
|
||||
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
|
|
Loading…
Reference in a new issue