1
0
Fork 0
forked from len0rd/rockbox

Replace the button assignments for the main menu section of the manual to use button macros.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9297 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-03-27 20:01:22 +00:00
parent 24debb1a20
commit 7eb4d6c3b8

View file

@ -11,36 +11,49 @@ All settings are persistently stored on the unit. However, Rockbox does not spin
The two settings menus are covered in detail starting on page \pageref{ref:configure_rockbox}. All the other options on the main menu are explained here. The two settings menus are covered in detail starting on page \pageref{ref:configure_rockbox}. All the other options on the main menu are explained here.
Navigating through the menu: Navigating through the menu:
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodnano,ipodcolor,ipodvideo}{
\begin{table}[h!]
\begin{center}
\begin{tabular}{@{}lc@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule
UP & Moves up in the menu. \\
& Inside a setting, increases the value or chooses next option \\
DOWN & Moves down in the menu. \\
& Inside a setting, decreases the value or chooses previous option \\
PLAY/RIGHT & Selects option \\
OFF/LEFT & Exits menu, setting or moves to parent menu\\\bottomrule
\end{tabular}
\end{center}
\end{table}
}
\opt{player}{
\begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{@{}cc@{}}\toprule \begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule \textbf{Key} & \textbf{Action} \\\midrule
MINUS & Selects previous option in the menu. \\ \opt{IPOD_4G_PAD}{\ButtonScrollFwd}
& Inside an setting, decreases the value or chooses previous option \\ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} & Moves up in the menu. \\
PLUS & Selects next option in the menu. \\ & Inside a setting, increases the value or\\
& Inside an setting increases the value or chooses next option \\ & chooses next option \\
PLAY & Selects item \\ %
STOP & Exit menu, setting or moves to parent menu. \\\bottomrule \opt{IPOD_4G_PAD}{\ButtonScrollBack}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} & Moves down in the menu. \\
& Inside a setting, decreases the value or \\
& chooses previous option \\
%
\opt{RECORDER_PAD}{\ButtonPlay/\ButtonRight}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect/\ButtonRight}
\opt{ONDIO_PAD,IPOD_4G_PAD}{\ButtonRight} & Selects option \\
%
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff/\ButtonLeft}
\opt{IAUDIO_X5_PAD,ONDIO_PAD,IPOD_4G_PAD}{\ButtonLeft} & Exits menu, setting or moves to parent menu\\
\bottomrule
\end{tabular}
\end{center}
}
\opt{PLAYER_PAD}{
\begin{center}
\begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule
%
\ButtonLeft & Selects previous option in the menu. \\
& Inside an setting, decreases the value or \\
& chooses previous option \\
%
\ButtonRight & Selects next option in the menu. \\
& Inside an setting increases the value or \\
& chooses next option \\
%
\ButtonPlay & Selects item \\
%
\ButtonStop & Exit menu, setting or moves to parent menu. \\
\bottomrule
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table}
} }
\section{\label{ref:Recording}Recording} \section{\label{ref:Recording}Recording}
@ -48,7 +61,6 @@ Navigating through the menu:
\begin{center} \begin{center}
\includegraphics[width=4cm]{main_menu/images/ss-while-recording-screen-112x64x1.png} \includegraphics[width=4cm]{main_menu/images/ss-while-recording-screen-112x64x1.png}
\end{center} \end{center}
Entering the ``Recording'' option in the Main menu launches the recording application. The screen shows the time elapsed and the size of the file being recorded. A peak meter is present to allow you set Gain correctly. The frequency, channels and quality settings are shown on the last line. Entering the ``Recording'' option in the Main menu launches the recording application. The screen shows the time elapsed and the size of the file being recorded. A peak meter is present to allow you set Gain correctly. The frequency, channels and quality settings are shown on the last line.
The controls for this screen are: The controls for this screen are: