summaryrefslogtreecommitdiff
path: root/manual/platform/recorder.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/recorder.tex')
-rw-r--r--manual/platform/recorder.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index e8c196820e..8620ca1a55 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -11,6 +11,7 @@
11\newcommand{\playertype}{Recorder} 11\newcommand{\playertype}{Recorder}
12\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} 12\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
13\newcommand{\genericimg}{112x64x1} 13\newcommand{\genericimg}{112x64x1}
14
14\newcommand{\specimg}{recorder} 15\newcommand{\specimg}{recorder}
15%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 17\newcommand{\dap}{player}
@@ -28,3 +29,30 @@
28\newcommand{\ButtonFOne}{F1} 29\newcommand{\ButtonFOne}{F1}
29\newcommand{\ButtonFTwo}{F2} 30\newcommand{\ButtonFTwo}{F2}
30\newcommand{\ButtonFThree}{F3} 31\newcommand{\ButtonFThree}{F3}
32
33%Button actions, standard context
34\newcommand{\ActionStdPrev}{\ButtonUp}
35\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
36\newcommand{\ActionStdNext}{\ButtonDown}
37\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
38\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
39\newcommand{\ActionStdContext}{Long \ButtonPlay}
40\newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
41\newcommand{\ActionStdMenu}{\ButtonFOne}
42\newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
43
44%Button actions, wps context
45\newcommand{\ActionWpsPlay}{\ButtonPlay}
46\newcommand{\ActionWpsSkipNext}{\ButtonRight}
47\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
49\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
50\newcommand{\ActionWpsStop}{\ButtonOff}
51\newcommand{\ActionWpsVolDown}{\ButtonDown}
52\newcommand{\ActionWpsVolUp}{\ButtonUp}
53\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
54\newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
55\newcommand{\ActionWpsMenu}{\ButtonFOne}
56\newcommand{\ActionWpsContext}{Long \ButtonPlay}
57\newcommand{\ActionWpsBrowse}{\ButtonOn}
58\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}