diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-05-28 16:33:44 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-05-28 16:33:44 +0000 |
| commit | 8b6d9b341ee6e4d52a1fb586c5ebdab257006089 (patch) | |
| tree | 5aa951822d8c1ac4d11f6453838c65c9a329e027 /manual/platform | |
| parent | 19519d7648f789cac8059759cc75c508d397f695 (diff) | |
| download | rockbox-8b6d9b341ee6e4d52a1fb586c5ebdab257006089.zip rockbox-8b6d9b341ee6e4d52a1fb586c5ebdab257006089.tar.gz rockbox-8b6d9b341ee6e4d52a1fb586c5ebdab257006089.tar.bz2 rockbox-8b6d9b341ee6e4d52a1fb586c5ebdab257006089.tar.xz | |
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
Diffstat (limited to 'manual/platform')
| -rw-r--r-- | manual/platform/e200.tex | 2 | ||||
| -rw-r--r-- | manual/platform/h10.tex | 4 | ||||
| -rw-r--r-- | manual/platform/h10_5gb.tex | 4 | ||||
| -rw-r--r-- | manual/platform/recorder.tex | 4 |
4 files changed, 13 insertions, 1 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index a74ff20..66a852b 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -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} diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index d239b80..cec8014 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -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} diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 48de9ee..21e7609 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -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} diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex index ef91206..fa42f38 100644 --- a/manual/platform/recorder.tex +++ b/manual/platform/recorder.tex @@ -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} |