forked from len0rd/rockbox
Add correct buttons to the instructions for a-b repeat as well as dirskip for several targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13504 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19519d7648
commit
8b6d9b341e
6 changed files with 29 additions and 5 deletions
|
|
@ -40,6 +40,12 @@ related to audio playback.
|
|||
This option is more complicated to use than the others as the \dap\
|
||||
must first be placed into A-B repeat mode and then the start and end
|
||||
points defined.\\
|
||||
\opt{RECORDER_PAD}{
|
||||
To set the Start Point (A) hold \ButtonOn{} and press \ButtonLeft{}.
|
||||
Setting the End Point (B) is done accordingly using
|
||||
\ButtonOn{} and \ButtonRight{}.
|
||||
To reset the markers hold \ButtonOn{} and press \ButtonOff{}.
|
||||
}
|
||||
\opt{h10,h10_5gb}{
|
||||
Hold \ButtonPower{} and press \ButtonRew{} to set the Start Point (A).
|
||||
For setting the End Point (B) hold \ButtonPower{} and press \ButtonFF{}.
|
||||
|
|
@ -56,10 +62,16 @@ related to audio playback.
|
|||
\ButtonOn{} and \ButtonRight{}.
|
||||
To reset the markers hold \ButtonOn{} and press \ButtonSelect{}.
|
||||
}
|
||||
\nopt{h1xx,h300,h10,h10_5gb,ipod,x5}{
|
||||
\opt{e200}{
|
||||
To set the Start Point (A) hold \ButtonPower{} and press \ButtonLeft{}.
|
||||
Setting the End Point (B) is done accordingly using
|
||||
\ButtonPower{} and \ButtonRight{}.
|
||||
To reset the markers hold \ButtonPower{} and press \ButtonUp{}.
|
||||
}
|
||||
\nopt{h1xx,h300,h10,h10_5gb,ipod,x5,e200,RECORDER_PAD}{
|
||||
\fixme{
|
||||
Hold Play and press Left --- Sets Start Point (A)\\
|
||||
Hold Play and press Right --- Sets End Point (B)\\
|
||||
--- Sets Start Point (A)\\
|
||||
--- Sets End Point (B)\\
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
\newcommand{\ActionWpsContext}{\ButtonDown}
|
||||
\newcommand{\ActionWpsBrowse}{Long \ButtonSelect}
|
||||
|
||||
\newcommand{\ActionWpsAbSetANextDir}{\ButtonPower{} + \ButtonRight}
|
||||
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
|
||||
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
|
||||
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,10 @@
|
|||
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
|
||||
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
|
||||
|
||||
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
|
||||
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
|
||||
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
|
||||
|
||||
%Button actions, tree context
|
||||
\newcommand{\ActionTreeWps}{\ButtonPlay}
|
||||
\newcommand{\ActionTreeStop}{Long \ButtonPlay}
|
||||
|
|
|
|||
|
|
@ -60,6 +60,10 @@
|
|||
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
|
||||
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
|
||||
|
||||
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
|
||||
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
|
||||
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
|
||||
|
||||
%Button actions, tree context
|
||||
\newcommand{\ActionTreeWps}{\ButtonPlay}
|
||||
\newcommand{\ActionTreeStop}{Long \ButtonPlay}
|
||||
|
|
|
|||
|
|
@ -59,6 +59,10 @@
|
|||
\newcommand{\ActionWpsBrowse}{\ButtonOn}
|
||||
\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
|
||||
|
||||
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
|
||||
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
|
||||
\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
|
||||
|
||||
%Button actions, tree context
|
||||
\newcommand{\ActionTreeWps}{\ButtonOn}
|
||||
\newcommand{\ActionTreeStop}{\ButtonOff}
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ your WPS (While Playing Screen).
|
|||
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
|
||||
\ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\%
|
||||
}%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{%
|
||||
\opt{h1xx,h300,e200,gigabeat,h10,h10_5gb,RECORDER_PAD}{%
|
||||
\ActionWpsAbSetBNextDir & Skip to the next directory.\\%
|
||||
\ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
|
||||
}%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue