Document line selector color config file settings (FS#8880 by Justin Hannigan).
[Rockbox.git] / manual / platform / recorder.tex
blobbc49518fa16421cab2ec6ec16e2ac9e9b4a27a40
1 % $Id$ %
2 \def\UseOption{recorder}
3 \edef\UseOption{\UseOption,MASCODEC}
4 \edef\UseOption{\UseOption,RECORDER_PAD}
5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8 \edef\UseOption{\UseOption,archos}
10 \newcommand{\playerman}{Archos}
11 \newcommand{\playertype}{Recorder}
12 \newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
13 \newcommand{\genericimg}{112x64x1}
15 \newcommand{\specimg}{recorder}
16 %Used to name the player, e.g. ...to the \dap
17 \newcommand{\dap}{player}
18 %For use when referring to the player. E.g. the \daps\ capacity ...
19 \newcommand{\daps}{player's}
20 \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
21 \newcommand{\screenshotsize}{4cm}
22 \newcommand{\disk}{hard disk}
24 \newcommand{\ButtonOn}{\btnfnt{On}}
25 \newcommand{\ButtonOff}{\btnfnt{Off}}
26 \newcommand{\ButtonPlay}{\btnfnt{Play}}
27 \newcommand{\ButtonUp}{\btnfnt{Up}}
28 \newcommand{\ButtonDown}{\btnfnt{Down}}
29 \newcommand{\ButtonLeft}{\btnfnt{Left}}
30 \newcommand{\ButtonRight}{\btnfnt{Right}}
31 \newcommand{\ButtonFOne}{\btnfnt{F1}}
32 \newcommand{\ButtonFTwo}{\btnfnt{F2}}
33 \newcommand{\ButtonFThree}{\btnfnt{F3}}
35 %Button actions, standard context
36 \newcommand{\ActionStdPrev}{\ButtonUp}
37 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
38 \newcommand{\ActionStdNext}{\ButtonDown}
39 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
40 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
41 \newcommand{\ActionStdContext}{Long \ButtonPlay}
42 \newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
43 \newcommand{\ActionStdMenu}{\ButtonFOne}
44 \newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
46 %Button actions, wps context
47 \newcommand{\ActionWpsPlay}{\ButtonPlay}
48 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
49 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
50 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
51 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
52 \newcommand{\ActionWpsStop}{\ButtonOff}
53 \newcommand{\ActionWpsVolDown}{\ButtonDown}
54 \newcommand{\ActionWpsVolUp}{\ButtonUp}
55 \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
56 \newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
57 \newcommand{\ActionWpsMenu}{\ButtonFOne}
58 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
59 \newcommand{\ActionWpsBrowse}{\ButtonOn}
60 \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
62 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
63 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
64 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
66 %Button actions, tree context
67 \newcommand{\ActionTreeWps}{\ButtonOn}
68 \newcommand{\ActionTreeStop}{\ButtonOff}
69 \newcommand{\ActionTreeEnter}{\ButtonRight}
70 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
72 %Button actions, YesNo context
73 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
75 %Button actions, Setting context
76 \newcommand{\ActionSettingInc}{\ButtonUp}
77 \newcommand{\ActionSettingDec}{\ButtonDown}
79 %Button actions, Virtual Keyboard Context
80 \newcommand{\ActionKbdLeft}{\ButtonLeft}
81 \newcommand{\ActionKbdRight}{\ButtonRight}
82 \newcommand{\ActionKbdSelect}{\ButtonPlay}
83 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
84 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
85 \newcommand{\ActionKbdPageFlip}{\ButtonFOne}
86 \newcommand{\ActionKbdDone}{\ButtonFTwo}
87 \newcommand{\ActionKbdAbort}{\ButtonOff}
88 \newcommand{\ActionKbdBackSpace}{\ButtonFThree}
89 \newcommand{\ActionKbdUp}{\ButtonUp}
90 \newcommand{\ActionKbdDown}{\ButtonDown}
92 %Button actions, Pitch Screen context
93 \newcommand{\ActionPsToggleMode}{\ButtonFOne}
94 \newcommand{\ActionPsIncSmall}{\ButtonUp}
95 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
96 \newcommand{\ActionPsDecSmall}{\ButtonDown}
97 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
98 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
99 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
100 \newcommand{\ActionPsReset}{\ButtonOn}
101 \newcommand{\ActionPsExit}{\ButtonOff}
103 %Button actions, Recording screen context
104 \newcommand{\ActionRecPause}{\ButtonPlay}
105 \newcommand{\ActionRecFTwo}{\ButtonFTwo}
106 \newcommand{\ActionRecFThree}{\ButtonFThree}
107 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
108 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
109 \newcommand{\ActionRecMenu}{\ButtonFOne}
110 \newcommand{\ActionRecExit}{\ButtonOff}