1
0
Fork 0
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:
Nils Wallménius 2007-05-28 16:33:44 +00:00
parent 19519d7648
commit 8b6d9b341e
6 changed files with 29 additions and 5 deletions

View file

@ -40,6 +40,12 @@ related to audio playback.
This option is more complicated to use than the others as the \dap\ 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 must first be placed into A-B repeat mode and then the start and end
points defined.\\ 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}{ \opt{h10,h10_5gb}{
Hold \ButtonPower{} and press \ButtonRew{} to set the Start Point (A). Hold \ButtonPower{} and press \ButtonRew{} to set the Start Point (A).
For setting the End Point (B) hold \ButtonPower{} and press \ButtonFF{}. For setting the End Point (B) hold \ButtonPower{} and press \ButtonFF{}.
@ -56,10 +62,16 @@ related to audio playback.
\ButtonOn{} and \ButtonRight{}. \ButtonOn{} and \ButtonRight{}.
To reset the markers hold \ButtonOn{} and press \ButtonSelect{}. 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{ \fixme{
Hold Play and press Left --- Sets Start Point (A)\\ --- Sets Start Point (A)\\
Hold Play and press Right --- Sets End Point (B)\\ --- Sets End Point (B)\\
} }
} }
} }

View file

@ -59,7 +59,7 @@
\newcommand{\ActionWpsContext}{\ButtonDown} \newcommand{\ActionWpsContext}{\ButtonDown}
\newcommand{\ActionWpsBrowse}{Long \ButtonSelect} \newcommand{\ActionWpsBrowse}{Long \ButtonSelect}
\newcommand{\ActionWpsAbSetANextDir}{\ButtonPower{} + \ButtonRight} \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft} \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp} \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp}

View file

@ -60,6 +60,10 @@
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
%Button actions, tree context %Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonPlay} \newcommand{\ActionTreeWps}{\ButtonPlay}
\newcommand{\ActionTreeStop}{Long \ButtonPlay} \newcommand{\ActionTreeStop}{Long \ButtonPlay}

View file

@ -60,6 +60,10 @@
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
%Button actions, tree context %Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonPlay} \newcommand{\ActionTreeWps}{\ButtonPlay}
\newcommand{\ActionTreeStop}{Long \ButtonPlay} \newcommand{\ActionTreeStop}{Long \ButtonPlay}

View file

@ -59,6 +59,10 @@
\newcommand{\ActionWpsBrowse}{\ButtonOn} \newcommand{\ActionWpsBrowse}{\ButtonOn}
\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn} \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
%Button actions, tree context %Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonOn} \newcommand{\ActionTreeWps}{\ButtonOn}
\newcommand{\ActionTreeStop}{\ButtonOff} \newcommand{\ActionTreeStop}{\ButtonOff}

View file

@ -103,7 +103,7 @@ your WPS (While Playing Screen).
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{% \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
\ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\% \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.\\% \ActionWpsAbSetBNextDir & Skip to the next directory.\\%
\ActionWpsAbSetAPrevDir & Skip to the previous directory.\\% \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
}% }%