summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/browsing_and_playing.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-06-28 18:02:04 +0000
committerAlex Parker <rockbox@aeparker.com>2009-06-28 18:02:04 +0000
commit41ff287e07d555f5f667812003dcf2f8fd86eec3 (patch)
treeb093babb95238be7961dc8123ba9a22699c5317c /manual/rockbox_interface/browsing_and_playing.tex
parent7df759c95107bc8e5f9a6ba17f77114fa9d80357 (diff)
Add remote keymapping to the manual for the iriver H100. Plugins have not yet been done and currently just have a blank column. Most plugins only quit via the remote anyway at this point. Please notify of any errors/omissions (I'm sure there are some).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface/browsing_and_playing.tex')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex34
1 files changed, 29 insertions, 5 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index fa29ca9f13..12e9896923 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -46,12 +46,14 @@ the \setting{Show Files} setting to all.
\begin{table}
\begin{btnmap}{}{}
\ActionStdPrev{}/\ActionStdNext{}
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdPrev{}/\ActionRCStdNext{}}
& Go to previous/next item in list. If you are on the first/last
entry, the cursor will wrap to the last/first entry.\\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}
{
\ButtonOn+\ButtonUp{}/ \ButtonDown
+ \opt{IRIVER_RC_H100_PAD}{& \ButtonRCBitrate{}/ \ButtonRCSource}
& Move one page up/down in the list.\\
}
\opt{IRIVER_H10_PAD}
@@ -60,28 +62,39 @@ the \setting{Show Files} setting to all.
& Move one page up/down in the list.\\
}
%
- \ActionTreeParentDirectory & Go to the parent directory.\\
+ \ActionTreeParentDirectory
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeParentDirectory}
+ & Go to the parent directory.\\
%
\ActionTreeEnter
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeEnter}
& Executes the default action on the selected file or enters a
directory.\\
%
- \ActionTreeWps & If there is an audio file playing, returns to the
+ \ActionTreeWps
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeWps}
+ & If there is an audio file playing, returns to the
\setting{While Playing Screen} (WPS) without stopping playback.\\
%
\nopt{player,c200}%
{%
- \ActionTreeStop & Stops audio playback.\\%
+ \ActionTreeStop
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCTreeStop}
+ & Stops audio playback.\\%
}%
%
\ActionStdContext{}
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdContext}
& Enter the \setting{Context Menu}\\
%
\ActionStdMenu{}
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdMenu}
& Enter the \setting{Main Menu}\\
%
\opt{quickscreen}{
- \ActionStdQuickScreen & Switches to the \setting{Quick Screen}
+ \ActionStdQuickScreen
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdQuickScreen}
+ & Switches to the \setting{Quick Screen}
(see \reference{ref:QuickScreen}) \\
}
\opt{RECORDER_PAD}{
@@ -186,18 +199,24 @@ can be easily changed by making a text file with the required layout. More
\begin{table}
\begin{btnmap}{}{}
\ActionKbdLeft~/ \ActionKbdRight~/ \ActionKbdUp~/ \ActionKbdDown
+ \opt{IRIVER_RC_H100_PAD}{
+ & \ActionRCKbdLeft~/ \ActionRCKbdRight~/ \ActionRCKbdUp~/ \ActionRCKbdDown}
& Move about the virtual keyboard (moves the solid cursor) \\
%
\ActionKbdPageFlip
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdPageFlip}
& Flip to the next page of characters (if there is more than one) \\
%
- \ActionKbdCursorLeft or \ActionKbdCursorRight
+ \ActionKbdCursorLeft{} / \ActionKbdCursorRight
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdCursorLeft{} / \ActionRCKbdCursorRight}
& Move the line cursor within the text line \\
%
\ActionKbdSelect
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdSelect}
& Inserts the selected keyboard letter at the current cursor position \\
%
\ActionKbdAbort
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdAbort}
& Exits the virtual keyboard without saving any changes \\
%
\opt{RECORDER_PAD}{
@@ -206,14 +225,19 @@ can be easily changed by making a text file with the required layout. More
}
%
\ActionKbdDone
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdDone}
& Exits the virtual keyboard and saves any changes \\
+ %
\ActionKbdBackSpace
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdBackSpace}
& Deletes the character before the line cursor \\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD}{
\ActionKbdMorseInput
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdMorseInput}
& Enters Morse input mode \\
\ActionKbdMorseSelect
+ \opt{IRIVER_RC_H100_PAD}{& \ActionRCKbdMorseSelect}
& Tap to select a character in Morse input mode \\
}
\end{btnmap}