diff options
Diffstat (limited to 'manual/platform/keymap-archosrecorder.tex')
-rw-r--r-- | manual/platform/keymap-archosrecorder.tex | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/manual/platform/keymap-archosrecorder.tex b/manual/platform/keymap-archosrecorder.tex new file mode 100644 index 0000000000..ac194a4422 --- /dev/null +++ b/manual/platform/keymap-archosrecorder.tex | |||
@@ -0,0 +1,112 @@ | |||
1 | % $Id$ | ||
2 | |||
3 | \newcommand{\ButtonOn}{\btnfnt{On}} | ||
4 | \newcommand{\ButtonOff}{\btnfnt{Off}} | ||
5 | \newcommand{\ButtonPlay}{\btnfnt{Play}} | ||
6 | \newcommand{\ButtonUp}{\btnfnt{Up}} | ||
7 | \newcommand{\ButtonDown}{\btnfnt{Down}} | ||
8 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | ||
9 | \newcommand{\ButtonRight}{\btnfnt{Right}} | ||
10 | \newcommand{\ButtonFOne}{\btnfnt{F1}} | ||
11 | \newcommand{\ButtonFTwo}{\btnfnt{F2}} | ||
12 | \newcommand{\ButtonFThree}{\btnfnt{F3}} | ||
13 | |||
14 | %Button actions, standard context | ||
15 | \newcommand{\ActionStdPrev}{\ButtonUp} | ||
16 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} | ||
17 | \newcommand{\ActionStdNext}{\ButtonDown} | ||
18 | \newcommand{\ActionStdNextRepeat}{Long \ButtonDown} | ||
19 | \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff} | ||
20 | \newcommand{\ActionStdContext}{Long \ButtonPlay} | ||
21 | \newcommand{\ActionStdQuickScreen}{\ButtonFTwo} | ||
22 | \newcommand{\ActionQuickScreenExit}{\ButtonPlay} | ||
23 | \newcommand{\ActionStdMenu}{\ButtonFOne} | ||
24 | \newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn} | ||
25 | \newcommand{\ActionStdUsbCharge}{\ButtonFOne} | ||
26 | |||
27 | %Button actions, wps context | ||
28 | \newcommand{\ActionWpsPlay}{\ButtonPlay} | ||
29 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} | ||
30 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} | ||
31 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} | ||
32 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} | ||
33 | \newcommand{\ActionWpsStop}{\ButtonOff} | ||
34 | \newcommand{\ActionWpsVolDown}{\ButtonDown} | ||
35 | \newcommand{\ActionWpsVolUp}{\ButtonUp} | ||
36 | \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown} | ||
37 | \newcommand{\ActionWpsQuickScreen}{\ButtonFTwo} | ||
38 | \newcommand{\ActionWpsMenu}{\ButtonFOne} | ||
39 | \newcommand{\ActionWpsContext}{Long \ButtonPlay} | ||
40 | \newcommand{\ActionWpsBrowse}{\ButtonOn} | ||
41 | \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn} | ||
42 | |||
43 | \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft} | ||
44 | \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight} | ||
45 | \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff} | ||
46 | |||
47 | %Button actions, tree context | ||
48 | \newcommand{\ActionTreeWps}{\ButtonOn} | ||
49 | \newcommand{\ActionTreeStop}{\ButtonOff} | ||
50 | \newcommand{\ActionTreeEnter}{\ButtonRight} | ||
51 | \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} | ||
52 | |||
53 | %Button actions, YesNo context | ||
54 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | ||
55 | |||
56 | %Button actions, Setting context | ||
57 | \newcommand{\ActionSettingInc}{\ButtonUp} | ||
58 | \newcommand{\ActionSettingDec}{\ButtonDown} | ||
59 | |||
60 | %Button actions, Alarm screen | ||
61 | \newcommand{\ActionAlarmSet}{\ButtonPlay} | ||
62 | \newcommand{\ActionAlarmCancel}{\ButtonOff} | ||
63 | \newcommand{\ActionAlarmHoursInc}{\ButtonRight} | ||
64 | \newcommand{\ActionAlarmHoursDec}{\ButtonLeft} | ||
65 | |||
66 | %Button actions, Virtual Keyboard Context | ||
67 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
68 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
69 | \newcommand{\ActionKbdSelect}{\ButtonPlay} | ||
70 | \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft} | ||
71 | \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight} | ||
72 | \newcommand{\ActionKbdPageFlip}{\ButtonFOne} | ||
73 | \newcommand{\ActionKbdDone}{\ButtonFTwo} | ||
74 | \newcommand{\ActionKbdAbort}{\ButtonOff} | ||
75 | \newcommand{\ActionKbdBackSpace}{\ButtonFThree} | ||
76 | \newcommand{\ActionKbdUp}{\ButtonUp} | ||
77 | \newcommand{\ActionKbdDown}{\ButtonDown} | ||
78 | |||
79 | %Button actions, Pitch Screen context | ||
80 | \newcommand{\ActionPsToggleMode}{\ButtonFOne} | ||
81 | \newcommand{\ActionPsIncSmall}{\ButtonUp} | ||
82 | \newcommand{\ActionPsIncBig}{Long \ButtonUp} | ||
83 | \newcommand{\ActionPsDecSmall}{\ButtonDown} | ||
84 | \newcommand{\ActionPsDecBig}{Long \ButtonDown} | ||
85 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} | ||
86 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} | ||
87 | \newcommand{\ActionPsReset}{\ButtonOn} | ||
88 | \newcommand{\ActionPsExit}{\ButtonOff} | ||
89 | |||
90 | %Button actions, Recording screen context | ||
91 | \newcommand{\ActionRecPause}{\ButtonPlay} | ||
92 | \newcommand{\ActionRecFTwo}{\ButtonFTwo} | ||
93 | \newcommand{\ActionRecFThree}{\ButtonFThree} | ||
94 | \newcommand{\ActionRecSettingsInc}{\ButtonRight} | ||
95 | \newcommand{\ActionRecSettingsDec}{\ButtonLeft} | ||
96 | \newcommand{\ActionRecPrev}{\ButtonUp} | ||
97 | \newcommand{\ActionRecNext}{\ButtonDown} | ||
98 | \newcommand{\ActionRecMenu}{\ButtonFOne} | ||
99 | \newcommand{\ActionRecExit}{\ButtonOff} | ||
100 | |||
101 | %Button actions, FM radio context | ||
102 | \newcommand{\ActionFMPreset}{\ButtonFTwo} | ||
103 | \newcommand{\ActionFMMenu}{\ButtonFOne} | ||
104 | \newcommand{\ActionFMMode}{Long \ButtonOn} | ||
105 | \newcommand{\ActionFMStop}{\ButtonOff} | ||
106 | \newcommand{\ActionFMExit}{\ButtonOn} | ||
107 | \newcommand{\ActionFMSettingsInc}{\ButtonUp} | ||
108 | \newcommand{\ActionFMSettingsDec}{\ButtonDown} | ||
109 | \newcommand{\ActionFMPrev}{\ButtonLeft} | ||
110 | \newcommand{\ActionFMNext}{\ButtonRight} | ||
111 | |||
112 | \newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay} \ No newline at end of file | ||