2006-06-08 12:02:08 +00:00
|
|
|
% $Id$ %
|
2006-03-23 13:35:00 +00:00
|
|
|
\chapter{\label{ref:rockbox_interface}The Rockbox interface}
|
|
|
|
\section{Your \dap}
|
2006-03-25 18:56:41 +00:00
|
|
|
\begin{center}
|
|
|
|
\opt{player}{\includegraphics[height=11.8cm]{rockbox_interface/images/player-front.png}}
|
|
|
|
\opt{recorder,recorderv2fm}{\includegraphics[height=11.8cm]{rockbox_interface/images/recorderv2fm-front.png}}
|
2006-06-07 18:48:56 +00:00
|
|
|
\opt{ondiosp}{\includegraphics[height=11.8cm]{rockbox_interface/images/ondiosp-front.png}}
|
|
|
|
\opt{ondiofm}{\includegraphics[height=11.8cm]{rockbox_interface/images/ondiofm-front.png}}
|
2006-03-25 18:56:41 +00:00
|
|
|
\opt{h1xx}{\includegraphics[height=11.8cm]{rockbox_interface/images/h1xx-front.png}}
|
2006-06-05 10:15:33 +00:00
|
|
|
\opt{h300}{\includegraphics[height=11.8cm]{rockbox_interface/images/h300-front.jpg}}
|
2006-03-25 18:56:41 +00:00
|
|
|
\end{center}
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-07-18 19:40:12 +00:00
|
|
|
\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,
|
|
|
|
\ButtonMode, USB port, a small hole for resetting the \dap, charger plug,
|
|
|
|
\ButtonRec, headphone minijack plug, remote port, optical/line in,
|
|
|
|
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.}
|
|
|
|
}
|
|
|
|
|
2006-03-31 13:55:27 +00:00
|
|
|
Throughout this manual, the buttons on the \dap\ are labelled according to the
|
2006-05-03 00:42:44 +00:00
|
|
|
picture above. To turn on and shut down your \dap, the following keys are used:
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-04-09 21:40:50 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
2006-03-23 13:35:00 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
|
|
|
\opt{IPOD_4G_PAD}{\ButtonMenu\ or \ButtonSelect}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}
|
|
|
|
{Hold \ButtonOn\ for 2{}-3s}
|
|
|
|
\opt{IAUDIO_X5_PAD}{\ButtonPower}
|
|
|
|
& Start Rockbox\\
|
2006-03-23 13:35:00 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Hold \ButtonOff}
|
|
|
|
\opt{IPOD_4G_PAD}{Hold \ButtonPlay}
|
|
|
|
\opt{ONDIO_PAD,recorderv2fm}{Hold \ButtonOff}
|
|
|
|
\opt{recorder}{Double tap \ButtonOff\ when playback is stopped}
|
|
|
|
\opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{Hold \ButtonPower}
|
|
|
|
& Shutdown Rockbox\\
|
|
|
|
\end{btnmap}
|
2006-02-28 16:33:04 +00:00
|
|
|
\end{table}
|
2006-03-23 13:35:00 +00:00
|
|
|
\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings.
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-04-22 19:34:30 +00:00
|
|
|
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD}{
|
2006-03-31 13:55:27 +00:00
|
|
|
In the unlikely event of a software failure, a hardware power off can be
|
2006-04-22 19:34:30 +00:00
|
|
|
performed by holding down
|
|
|
|
\opt{PLAYER_PAD}{\ButtonStop}
|
|
|
|
\opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
|
|
|
|
until the Jukebox power light goes off.
|
2006-03-23 13:35:00 +00:00
|
|
|
}
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-03-23 13:35:00 +00:00
|
|
|
\section{\label{ref:file_browser}File Browser}
|
2006-04-02 17:29:44 +00:00
|
|
|
\screenshot{rockbox_interface/images/ss-file-browser}{The file browser}{}
|
2006-05-12 16:56:21 +00:00
|
|
|
Rockbox lets you browse your music in either of two ways. The
|
|
|
|
\setting{File Browser} lets you navigate through the files and folders on
|
|
|
|
your \dap, entering folders and executing the default action on each file.
|
|
|
|
To help differentiate files, each file format is displayed with an icon.
|
2006-05-03 00:42:44 +00:00
|
|
|
|
2006-05-12 16:56:21 +00:00
|
|
|
The \setting{Tag Cache Browser}, on the other hand, allows you to navigate
|
2006-06-08 10:15:55 +00:00
|
|
|
through the music on your player using categories like album, artist, genre,
|
|
|
|
etc.
|
2006-05-03 00:42:44 +00:00
|
|
|
|
2006-05-12 16:56:21 +00:00
|
|
|
You can select whether to browse using the \setting{File Browser} or the
|
|
|
|
\setting{Tag Cache Browser} by adjusting the \setting{Show Files} setting.
|
2006-06-08 10:15:55 +00:00
|
|
|
If you choose the \setting{File Browser}, the \setting{Show Files} setting also
|
2006-05-12 16:56:21 +00:00
|
|
|
lets you select what types of files you wish to view. See page
|
2006-06-08 10:15:55 +00:00
|
|
|
\pageref{ref:ShowFiles} for more information on the \setting{Show Files}
|
|
|
|
setting.
|
2006-05-03 00:42:44 +00:00
|
|
|
|
2006-06-08 10:15:55 +00:00
|
|
|
\note{The \setting{File Browser} allows you to manipulate your files in ways
|
|
|
|
that are not available within the \setting{Tag Cache Browser}. Read more about
|
|
|
|
\setting{Tag Cache} in Section \ref{ref:tagcache}. The remainder of this section deals with the \setting{File Browser}.}
|
|
|
|
|
|
|
|
\opt{ondio}{\fixme{Add information on hotplug/multivolume support}}
|
2006-03-09 13:46:06 +00:00
|
|
|
|
2006-05-18 18:32:44 +00:00
|
|
|
\subsection{\label{ref:controls}File Browser Controls}
|
2006-04-09 21:40:50 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_X5_PAD}
|
|
|
|
{\ButtonUp/\ButtonDown}
|
2006-03-23 13:35:00 +00:00
|
|
|
\opt{PLAYER_PAD}{\ButtonLeft/\ButtonRight}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IPOD_4G_PAD}{\ButtonScrollBack/\ButtonScrollFwd}
|
|
|
|
& Go to previous/next item in list. If you are on the first/last
|
|
|
|
entry, the cursor will wrap to the last/first entry.\\
|
2006-03-23 13:35:00 +00:00
|
|
|
%
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}
|
|
|
|
{\ButtonOn+\ButtonUp/\ButtonDown}
|
2006-03-23 13:35:00 +00:00
|
|
|
\opt{PLAYER_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{n/a}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{ONDIO_PAD}{n/a}
|
|
|
|
& Move one page up/down on the list.\\
|
2006-03-23 13:35:00 +00:00
|
|
|
%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IPOD_4G_PAD}{\ButtonLeft}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{PLAYER_PAD}{\ButtonStop}
|
|
|
|
& Go to the parent directory. \\
|
2006-03-23 13:35:00 +00:00
|
|
|
%
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}
|
|
|
|
{\ButtonRight/\ButtonSelect}
|
2006-03-23 13:35:00 +00:00
|
|
|
\opt{PLAYER_PAD}{\ButtonPlay}
|
|
|
|
\opt{ONDIO_PAD}{\ButtonRight}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{RECORDER_PAD}{\ButtonRight/\ButtonPlay}
|
|
|
|
& Executes an action. Depending on the file type, that action may vary.
|
|
|
|
(See page \pageref{ref:Filemenu}) \\
|
2006-03-23 13:35:00 +00:00
|
|
|
%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
|
|
|
|
\opt{IAUDIO_X5_PAD,IPOD_4G_PAD}{\ButtonPlay}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{ONDIO_PAD}{Short press on \ButtonMenu}
|
|
|
|
& If there is a MP3 playing, returns to the While Playing Screen (WPS)
|
|
|
|
without stopping playback. \\
|
2006-03-23 13:35:00 +00:00
|
|
|
%
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}
|
|
|
|
{Hold \ButtonSelect}
|
2006-03-23 13:35:00 +00:00
|
|
|
\opt{RECORDER_PAD,PLAYER_PAD}{Hold \ButtonPlay/\ButtonOn+\ButtonPlay}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{ONDIO_PAD}{Hold \ButtonRight}
|
|
|
|
& Enter the File Menu\\
|
2006-03-23 13:35:00 +00:00
|
|
|
%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
|
|
|
\opt{RECORDER_PAD}{\ButtonFOne}
|
2006-05-12 16:56:21 +00:00
|
|
|
\opt{PLAYER_PAD,IPOD_4G_PAD,ONDIO_PAD,IPOD_VIDEO_PAD}{\ButtonMenu}
|
2006-05-28 14:35:51 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{Press \ButtonRec}
|
2006-04-09 21:40:50 +00:00
|
|
|
& Enter the Main Menu \\
|
2006-03-23 13:35:00 +00:00
|
|
|
%
|
|
|
|
\opt{RECORDER_PAD}{
|
|
|
|
\ButtonFTwo & Switches to the Browse/Play Quick Menu \\
|
2006-02-28 16:33:04 +00:00
|
|
|
%
|
2006-03-23 13:35:00 +00:00
|
|
|
\ButtonFThree & Switches to the Display Quick Menu \\
|
2006-02-28 16:33:04 +00:00
|
|
|
%
|
2006-03-23 13:35:00 +00:00
|
|
|
}
|
2006-04-09 21:40:50 +00:00
|
|
|
\end{btnmap}
|
2006-03-23 13:35:00 +00:00
|
|
|
\end{table}
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-03-23 13:35:00 +00:00
|
|
|
\opt{RECORDER_PAD}{
|
2006-03-23 20:46:30 +00:00
|
|
|
The functions of the F keys are also summarised on the button bar at the
|
|
|
|
bottom of the screen.
|
2006-03-23 13:35:00 +00:00
|
|
|
}
|
2006-02-11 00:57:17 +00:00
|
|
|
|
|
|
|
\subsection{\label{ref:Filemenu}\label{ref:PartIISectionFM}File Menu}
|
2006-05-03 00:42:44 +00:00
|
|
|
\screenshot{rockbox_interface/images/ss-file-menu}{The File Menu}{}
|
|
|
|
|
2006-05-12 16:56:21 +00:00
|
|
|
The \setting{File Menu} allows you to perform certain operations on files or
|
|
|
|
folders. To access the \setting{File Menu}, position the selector over a file
|
|
|
|
or folder and
|
2006-05-03 00:42:44 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}
|
|
|
|
{hold the \ButtonSelect\ button.}
|
|
|
|
\opt{RECORDER_PAD,PLAYER_PAD}{press the \ButtonPlay/\ButtonOn+\ButtonPlay\
|
|
|
|
buttons.}
|
|
|
|
\opt{ONDIO_PAD}{hold the \ButtonRight\ button.}
|
|
|
|
|
2006-05-12 16:56:21 +00:00
|
|
|
\note{The \setting{File Menu} is a context sensitive menu. If the
|
|
|
|
\setting{File Menu} is invoked on a file, it will display options available
|
|
|
|
for files. If the \setting{File Menu} is invoked on a folder or directory,
|
|
|
|
it will display options for directories.}
|
2006-03-31 13:55:27 +00:00
|
|
|
|
2006-05-12 16:56:21 +00:00
|
|
|
The \setting{File Menu} contains the following options (unless otherwise noted,
|
|
|
|
each option pertains both to files and directories):
|
2006-03-31 13:55:27 +00:00
|
|
|
|
|
|
|
\begin{description}
|
|
|
|
\item [Playlist:]
|
2006-05-12 16:56:21 +00:00
|
|
|
Enters the \setting{Playlist Submenu} (see below).
|
2006-03-31 13:55:27 +00:00
|
|
|
\item [Rename:]
|
|
|
|
This function lets the user modify a file name.
|
|
|
|
\item [Cut:]
|
|
|
|
Copies the name of the currently selected file or directory to the clipboard
|
|
|
|
and marks it to be 'cut'.
|
|
|
|
\item [Copy:]
|
|
|
|
Copies the name of the currently selected file or directory to the clipboard
|
|
|
|
and marks it to be 'copied'.
|
|
|
|
\item [Paste:]
|
|
|
|
Only visible if a file or directory name is on the clipboard. When selected
|
|
|
|
it will move or copy the clipboard to the current directory.
|
|
|
|
\item [Delete:]
|
2006-05-03 00:42:44 +00:00
|
|
|
Deletes the currently selected file. This option applies only to files, and
|
|
|
|
not to directories. Rockbox will ask for confirmation before deleting a file.
|
|
|
|
Press
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_VIDEO_PAD}
|
|
|
|
{\ButtonSelect}
|
|
|
|
\opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay}
|
|
|
|
\opt{ONDIO_PAD}{\ButtonRight}
|
|
|
|
to confirm deletion or any other key to cancel.
|
2006-03-31 13:55:27 +00:00
|
|
|
\item [Delete Directory:]
|
2006-05-03 00:42:44 +00:00
|
|
|
Deletes the currently selected directory and all of the files and folders
|
|
|
|
contained in the selected directory. Deleted directories cannot be recovered.
|
|
|
|
Use this feature with caution!
|
|
|
|
\item [Open with:]
|
|
|
|
Runs a viewer plugin on the file. Normally, when a file is selected in Rockbox,
|
|
|
|
Rockbox automatically detects the file type and runs the appropriate plugin.
|
2006-05-12 16:56:21 +00:00
|
|
|
The \setting{Open With} function can be used to override the default action and
|
2006-05-03 00:42:44 +00:00
|
|
|
select a viewer by hand. For example, this function can be used to view a text file
|
|
|
|
even if the file has a non-standard extension (i.e., the file has an extension
|
|
|
|
of something other than ``.txt''). See page \textmd{\pageref{ref:Viewersplugins}}
|
|
|
|
for more details on viewers.
|
2006-03-31 13:55:27 +00:00
|
|
|
\item [Create Directory:]
|
|
|
|
Makes a new folder in the current folder on the disk.
|
|
|
|
\end{description}
|
2006-02-11 00:57:17 +00:00
|
|
|
|
|
|
|
\subsection{\label{ref:Playlistsubmenu}Playlist Submenu}
|
2006-05-03 00:42:44 +00:00
|
|
|
\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{}
|
2006-05-12 16:56:21 +00:00
|
|
|
The \setting{Playlist Submenu} allows you to put tracks into a ``dynamic playlist''.
|
2006-05-03 00:42:44 +00:00
|
|
|
If there is no music currently playing, Rockbox will create a new dynamic playlist
|
|
|
|
and put the selected track(s) into the playlist. If there is music currently playing,
|
|
|
|
Rockbox will put the selected track(s) into the current playlist. The place in which
|
|
|
|
the newly selected tracks are added to the playlist is determined by the following
|
|
|
|
options:
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-03-31 13:55:27 +00:00
|
|
|
\begin{description}
|
|
|
|
\item [Insert:]
|
|
|
|
Add track(s) to playlist. If no other tracks have been inserted then the
|
|
|
|
selected track will be added immediately after current playing track,
|
|
|
|
otherwise they will be added to end of insertion list.
|
|
|
|
\item [Insert next:]
|
|
|
|
Add track(s) immediately after current playing track, no matter what else has
|
|
|
|
been inserted.
|
|
|
|
\item [Insert last:]
|
|
|
|
Add track(s) to end of playlist.
|
|
|
|
\item [Queue:]
|
|
|
|
Queue is the same as Insert except queued tracks are deleted immediately from
|
|
|
|
the playlist after they've been played. Also, queued tracks are not saved to
|
|
|
|
the playlist file (see page \pageref{ref:playlistoptions}).
|
|
|
|
\item [Queue next:]
|
|
|
|
Queue track(s) immediately after current playing track.
|
|
|
|
\item [Queue last:]
|
|
|
|
Queue track(s) at end of playlist.
|
|
|
|
\end{description}
|
|
|
|
|
2006-05-12 16:56:21 +00:00
|
|
|
The \setting{Playlist Submenu} can be used to add either single tracks or
|
|
|
|
entire directories to a playlist. If the \setting{Playlist Submenu} is
|
|
|
|
invoked on a single track, it will put only that track into the playlist.
|
|
|
|
On the other hand, if the \setting{Playlist Submenu} is invoked on a
|
|
|
|
directory, Rockbox adds all of the tracks in that directory to the playlist.
|
2006-05-03 00:42:44 +00:00
|
|
|
|
|
|
|
\note{You can control whether or not Rockbox includes the contents of subdirectories
|
2006-05-12 16:56:21 +00:00
|
|
|
when adding an entire directory to a playlists. Set the \setting{Main Menu
|
2006-05-03 00:42:44 +00:00
|
|
|
$\rightarrow$ Playlist Options $\rightarrow$ Recusively Insert Directories} setting to
|
|
|
|
\setting{Yes} if you would like Rockbox to include tracks in subdirectories as well as tracks
|
|
|
|
in the currently-selected directory.}
|
|
|
|
|
|
|
|
If you want to have Rockbox create a playlist of a whole folder (to play an entire
|
2006-05-12 16:56:21 +00:00
|
|
|
album, for example), use the \setting{File Browser} to select the song. When a single
|
|
|
|
song is selected from the \setting{File Browser}, Rockbox will automatically create a
|
|
|
|
playlist with all songs in the current folder. However, if you want to play only a single
|
|
|
|
song and then stop, stop playback, navigate to the song you want to play, and use the
|
|
|
|
\setting{Playlist $\rightarrow$ Insert} function to select the song.
|
2006-05-03 00:42:44 +00:00
|
|
|
|
|
|
|
Dynamic playlists are saved so resume will restore them exactly as they were before
|
|
|
|
shutdown.
|
|
|
|
|
|
|
|
\note{To view, save or reshuffle the current dynamic playlist, use the
|
|
|
|
\setting{Playlist Options} setting in the WPS Context Menu.}
|
2006-02-11 00:57:17 +00:00
|
|
|
|
|
|
|
\subsection{Virtual Keyboard}
|
2006-04-02 17:29:44 +00:00
|
|
|
\screenshot{rockbox_interface/images/ss-virtual-keyboard}{The virtual keyboard}{}
|
2006-03-15 19:48:33 +00:00
|
|
|
This is the virtual keyboard that is used when entering file names in Rockbox.
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-05-09 21:49:32 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,RECORDER_PAD}{
|
2006-04-09 21:40:50 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,RECORDER_PAD}
|
2006-06-18 12:23:55 +00:00
|
|
|
{\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight}
|
2006-04-09 21:40:50 +00:00
|
|
|
& Move about the virtual keyboard (moves the solid cursor) \\
|
2006-03-31 13:55:27 +00:00
|
|
|
%
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}
|
|
|
|
{\ButtonOn+\ButtonLeft/\ButtonRight}
|
|
|
|
\opt{IAUDIO_X5_PAD}{Please add correct keys}
|
|
|
|
& Move about within the current file name (moves the line cursor) \\
|
2006-03-31 13:55:27 +00:00
|
|
|
%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
|
|
|
|
\opt{RECORDER_PAD}{\ButtonPlay}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{Please add correct keys}
|
|
|
|
& Inserts the currently selected keyboard letter at the current
|
|
|
|
filename cursor position \\
|
2006-03-31 13:55:27 +00:00
|
|
|
%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{\ButtonOff}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{Please add correct keys}
|
|
|
|
& Exits the virtual keyboard without saving any changes \\
|
2006-03-31 13:55:27 +00:00
|
|
|
%
|
2006-05-09 21:49:32 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{n/a}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{RECORDER_PAD}{\ButtonFOne}
|
|
|
|
& SHIFT: Shifts between the upper case, lower case and accented keyboards \\
|
2006-03-31 13:55:27 +00:00
|
|
|
%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
|
|
|
\opt{RECORDER_PAD}{\ButtonFTwo}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{Please add correct keys}
|
2006-05-09 21:49:32 +00:00
|
|
|
& OK: Exits the virtual keyboard and saves any changes \\
|
2006-03-31 13:55:27 +00:00
|
|
|
%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
|
|
|
|
\opt{RECORDER_PAD}{\ButtonFThree}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{Please add correct keys}
|
|
|
|
& DEL: Deletes the character before the current filename cursor \\
|
2006-03-31 13:55:27 +00:00
|
|
|
%
|
|
|
|
\opt{SWCODEC}{
|
2006-05-11 06:30:24 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonMode}
|
2006-04-09 21:40:50 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{Please add correct keys}
|
|
|
|
& Enters Morse input mode\\
|
2006-03-31 13:55:27 +00:00
|
|
|
}
|
2006-04-09 21:40:50 +00:00
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
2006-03-23 20:46:30 +00:00
|
|
|
}
|
2006-02-11 00:57:17 +00:00
|
|
|
|
2006-05-09 21:49:32 +00:00
|
|
|
\opt{IPOD_4G_PAD}{
|
|
|
|
\textbf{Picker area}
|
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
|
|
|
\ButtonScrollFwd/\ButtonScrollBack & Move about the virtual keyboard \\
|
|
|
|
\ButtonLeft/\ButtonRight & (moves the solid cursor).
|
|
|
|
If you move out of the picker area with \ButtonScrollFwd/\ButtonScrollBack,
|
|
|
|
you get to the line edit mode. \\
|
|
|
|
\ButtonSelect
|
|
|
|
& Inserts the currently selected keyboard letter at the current
|
|
|
|
filename cursor position \\
|
|
|
|
Hold \ButtonSelect
|
|
|
|
& OK: Exits the virtual keyboard and saves any changes \\
|
|
|
|
\ButtonMenu
|
|
|
|
& Exits the virtual keyboard without saving any changes\\
|
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
|
|
|
\textbf{Line edit mode}
|
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
|
|
|
\ButtonLeft/\ButtonRight & Move left and right\\
|
|
|
|
\ButtonSelect & Deletes the letter to the left of the cursor\\
|
|
|
|
\ButtonScrollFwd/\ButtonScrollBack & Returns to the picker area\\
|
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
|
|
|
}
|
2006-03-23 20:46:30 +00:00
|
|
|
\opt{ondio}{
|
|
|
|
\textbf{Picker area}
|
2006-04-09 21:40:50 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
|
|
|
\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight
|
|
|
|
& Move about the virtual keyboard (moves the solid cursor).
|
|
|
|
If you move out of the picker area with \ButtonUp/\ButtonDown,
|
|
|
|
you get to the line edit mode. \\
|
|
|
|
\ButtonMenu
|
|
|
|
& Selects the letter underneath the cursor. \\
|
|
|
|
Long press on \ButtonMenu
|
|
|
|
& Accepts the currently selected letter\\
|
|
|
|
\ButtonOff
|
|
|
|
& Aborts the currently selected letter\\
|
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
2006-03-23 20:46:30 +00:00
|
|
|
\textbf{Line edit mode}
|
2006-04-09 21:40:50 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
2006-03-23 20:46:30 +00:00
|
|
|
\ButtonLeft/\ButtonRight & Move left and right\\
|
|
|
|
\ButtonMenu & Deletes the letter to the left of the cursor\\
|
|
|
|
Long press on \ButtonMenu & Accepts the deletion\\
|
2006-04-09 21:40:50 +00:00
|
|
|
\ButtonUp/\ButtonDown & Returns to the picker area\\
|
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
2006-05-09 21:49:32 +00:00
|
|
|
}\opt{player}{
|
2006-03-31 13:55:27 +00:00
|
|
|
The current filename is always listed on the first line of the display. The
|
|
|
|
second line of the display can contain the character selection bar, as in the
|
|
|
|
screenshot above, or one of a number of other options.
|
2006-04-09 21:40:50 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
2006-03-31 13:55:27 +00:00
|
|
|
\ButtonLeft/\ButtonRight & Moves the arrow to/from the filename \\
|
|
|
|
& and changes between the character bar \\
|
|
|
|
& and BACKSPACE, DELETE, ACCEPT and ABORT. \\
|
|
|
|
\ButtonPlay/\ButtonStop & Varies (see below) \\
|
|
|
|
\ButtonMenu & Shift. When the character selection bar is selected\\
|
|
|
|
& this changes between upper case, lower case, \\
|
2006-04-09 21:40:50 +00:00
|
|
|
& and accented letters. \\
|
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
2006-03-31 13:55:27 +00:00
|
|
|
|
|
|
|
The function of the \ButtonPlay\ and \ButtonStop\ buttons depends on what the
|
|
|
|
arrow is pointing to, as follows.
|
2006-02-28 16:33:04 +00:00
|
|
|
|
2006-04-09 21:40:50 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{center}
|
|
|
|
\begin{tabularx}{.75\textwidth}{lX}
|
2006-03-08 17:58:11 +00:00
|
|
|
\textbf{Selected option} & \textbf{Play/Stop function} \\\midrule
|
2006-03-23 20:46:30 +00:00
|
|
|
filename & Moves the cursor left (\ButtonStop) \\
|
|
|
|
& or right (\ButtonPlay) within the filename \\
|
|
|
|
character bar & Moves the character bar to the next (\ButtonPlay)\\
|
|
|
|
& or previous (\ButtonStop) character. \\
|
|
|
|
BACKSPACE & \ButtonPlay deletes the character before \\
|
2006-03-08 17:58:11 +00:00
|
|
|
& the current cursor position \\
|
2006-03-23 20:46:30 +00:00
|
|
|
DELETE & \ButtonPlay deletes the character at the \\
|
2006-03-08 17:58:11 +00:00
|
|
|
& current cursor position\\
|
2006-03-23 20:46:30 +00:00
|
|
|
ACCEPT & \ButtonPlay exits the virtual keyboard and \\
|
2006-03-08 17:58:11 +00:00
|
|
|
& saves any changes \\
|
2006-03-23 20:46:30 +00:00
|
|
|
ABORT & \ButtonPlay exits the virtual keyboard and \\
|
2006-03-08 17:58:11 +00:00
|
|
|
& discards any changes \\\bottomrule
|
2006-04-09 21:40:50 +00:00
|
|
|
\end{tabularx}
|
2006-02-28 16:33:04 +00:00
|
|
|
\end{center}
|
|
|
|
\end{table}
|
2006-02-11 00:57:17 +00:00
|
|
|
}
|
|
|
|
|
2006-04-04 21:48:47 +00:00
|
|
|
\input{rockbox_interface/tagcache.tex}
|
2006-04-09 11:04:43 +00:00
|
|
|
\input{rockbox_interface/wps.tex}
|
2006-03-23 20:46:30 +00:00
|
|
|
|