summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/wps.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-07-05 18:21:19 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-07-05 18:21:19 +0000
commit6f169b4373d4d59b657928cbf61eaead8fe9e58c (patch)
treed7bb9ffd5ee73402cd49aef3313690ad9b9a0c85 /manual/rockbox_interface/wps.tex
parentf1034e00f6196c810466da66a9a24bf2e5f61272 (diff)
downloadrockbox-6f169b4373d4d59b657928cbf61eaead8fe9e58c.zip
rockbox-6f169b4373d4d59b657928cbf61eaead8fe9e58c.tar.gz
rockbox-6f169b4373d4d59b657928cbf61eaead8fe9e58c.tar.bz2
rockbox-6f169b4373d4d59b657928cbf61eaead8fe9e58c.tar.xz
Manual: clean up some things related to the inclusion of the remotes. For button tables that use the 'Action' defines use HAVEREMOTEKEYMAP instead of the IRIVER_RC_H100_PAD so that the commands defined in the remote-keymap platform files will automatically be used. If a remote does not have all actions assigned, we can still define these commands but leave them empty. There will be some exceptions but this is still better than long opt lists. - Revert the changes to nim.tex (a Player only plugin) and splitedit.tex (bitmap Archos only) in the plugins section.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21666 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface/wps.tex')
-rw-r--r--manual/rockbox_interface/wps.tex46
1 files changed, 25 insertions, 21 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 62d51b7..2d637d6 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -58,40 +58,40 @@ your WPS (While Playing Screen).
\begin{table}
\begin{btnmap}{}{}
\ActionWpsVolUp{} / \ActionWpsVolDown
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsVolUp{} / \ActionRCWpsVolDown}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsVolUp{} / \ActionRCWpsVolDown}
& Volume up/down.\\
%
\ActionWpsSkipPrev
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsSkipPrev}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSkipPrev}
& Go to beginning of track, or if pressed while in the
first seconds of a track, go to previous track.\\
%
\ActionWpsSeekBack
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsSeekBack}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSeekBack}
& Rewind in track.\\
%
\ActionWpsSkipNext
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsSkipNext}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSkipNext}
& Go to next track.\\
%
\ActionWpsSeekFwd
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsSeekFwd}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSeekFwd}
& Fast forward in track.\\
%
\ActionWpsPlay
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsPlay}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay}
& Toggle play/pause.\\
%
\ActionWpsStop
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsStop}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop}
& Stop playback.\\
%
\ActionWpsBrowse
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsBrowse}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsBrowse}
& Return to the \setting{File Browser}.\\
%
\ActionWpsContext
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsContext}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext}
& Enter \setting{WPS Context Menu}.\\
%
\opt{ONDIO_PAD}{\ActionWpsContext{} twice}%
@@ -101,7 +101,7 @@ your WPS (While Playing Screen).
%
\opt{quickscreen}{%
\ActionWpsQuickScreen
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsQuickScreen}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsQuickScreen}
& Switches to the \setting{Quick Screen}.
(see \reference{ref:QuickScreen}) \\}%
%
@@ -123,14 +123,14 @@ your WPS (While Playing Screen).
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
\ActionWpsPitchScreen
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsPitchScreen}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen}
& Show \setting{Pitch Screen}
(see \reference{sec:pitchscreen}).\\}%
%
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD%
,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
\ActionWpsIdThreeScreen
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsIdThreeScreen}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsIdThreeScreen}
& Enter \setting{ID3 Viewer}.\\%
}%
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD%
@@ -138,7 +138,9 @@ your WPS (While Playing Screen).
\ActionWpsAbSetBNextDir{} or }%
% not all targets have the above action defined but the one below works on all
Short \ActionWpsSkipNext{} + Long \ActionWpsSkipNext
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsAbSetBNextDir{} or
+ \opt{HAVEREMOTEKEYMAP}{
+ &
+ \opt{IRIVER_RC_H100_PAD}{\ActionRCWpsAbSetBNextDir{} or}
Short \ActionRCWpsSkipNext{} + Long \ActionRCWpsSkipNext}
& Skip to the next directory.\\
%
@@ -146,13 +148,15 @@ your WPS (While Playing Screen).
,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
\ActionWpsAbSetAPrevDir{} or }%
Short \ActionWpsSkipPrev{} + Long \ActionWpsSkipPrev
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCWpsAbSetAPrevDir{} or
+ \opt{HAVEREMOTEKEYMAP}{
+ &
+ \opt{IRIVER_RC_H100_PAD}{\ActionRCWpsAbSetAPrevDir{} or}
Short \ActionRCWpsSkipNext{} + Long \ActionRCWpsSkipNext}
& Skip to the previous directory.\\
%
\opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{
\ActionStdRec
- \opt{IRIVER_RC_H100_PAD}{&}
+ \opt{HAVEREMOTEKEYMAP}{&}
& Switches to the Recording screen \\
}%
\end{btnmap}
@@ -318,29 +322,29 @@ Delete the currently playing file.
\begin{table}
\begin{btnmap}{}{}
\ActionPsToggleMode
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsToggleMode}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsToggleMode}
& Toggle pitch changing mode \\
%
\ActionPsIncSmall{} / \ActionPsDecSmall
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsIncSmall{} / \ActionRCPsDecSmall}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsIncSmall{} / \ActionRCPsDecSmall}
& Increase / Decrease pitch by 0.1\% (in procentual mode) or a semitone
(in semitone mode)\\
%
\ActionPsIncBig{} / \ActionPsDecBig
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsIncBig{} / \ActionRCPsDecBig}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsIncBig{} / \ActionRCPsDecBig}
& Increase / Decrease pitch by 1\% (in procentual mode) or a semitone
(in semitone mode)\\
%
\ActionPsNudgeLeft{} / \ActionPsNudgeRight
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsNudgeLeft{} / \ActionPsNudgeRight}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsNudgeLeft{} / \ActionPsNudgeRight}
& Temporarily change pitch by 2.0\% (beatmatch), or modify speed (in timestretch mode) \\
%
\ActionPsReset
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsReset}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsReset}
& Reset pitch and speed to 100\% \\
%
\ActionPsExit
- \opt{IRIVER_RC_H100_PAD}{& \ActionRCPsExit}
+ \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsExit}
& Leave the Pitch Screen \\
%
\end{btnmap}