Two tiny tweaks to some arm asm
[kugel-rb.git] / manual / platform / keymap-archosrecorder.tex
blob2f0664306ccf551fc68197230667d9622b7c5b25
1 % $Id$
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}}
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}
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}{Long \ButtonFTwo}
38 \newcommand{\ActionWpsMenu}{\ButtonFOne}
39 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
40 \newcommand{\ActionWpsBrowse}{\ButtonOn}
41 \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
42 \newcommand{\ActionWpsHotkey}{\ButtonFTwo}
44 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
45 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
46 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
48 %Button actions, tree context
49 \newcommand{\ActionTreeWps}{\ButtonOn}
50 \newcommand{\ActionTreeStop}{\ButtonOff}
51 \newcommand{\ActionTreeEnter}{\ButtonRight}
52 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
53 \newcommand{\ActionTreeHotkey}{\ButtonFTwo}
55 %Button actions, YesNo context
56 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
58 %Button actions, Setting context
59 \newcommand{\ActionSettingInc}{\ButtonUp}
60 \newcommand{\ActionSettingDec}{\ButtonDown}
62 %Button actions, Alarm screen
63 \newcommand{\ActionAlarmSet}{\ButtonPlay}
64 \newcommand{\ActionAlarmCancel}{\ButtonOff}
65 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
66 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
68 %Button actions, Virtual Keyboard Context
69 \newcommand{\ActionKbdLeft}{\ButtonLeft}
70 \newcommand{\ActionKbdRight}{\ButtonRight}
71 \newcommand{\ActionKbdSelect}{\ButtonPlay}
72 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
73 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
74 \newcommand{\ActionKbdPageFlip}{\ButtonFOne}
75 \newcommand{\ActionKbdDone}{\ButtonFTwo}
76 \newcommand{\ActionKbdAbort}{\ButtonOff}
77 \newcommand{\ActionKbdBackSpace}{\ButtonFThree}
78 \newcommand{\ActionKbdUp}{\ButtonUp}
79 \newcommand{\ActionKbdDown}{\ButtonDown}
80 \newcommand{\ActionKbdMorseSelect}{\ButtonPlay}
82 %Button actions, Pitch Screen context
83 \newcommand{\ActionPsToggleMode}{\ButtonFOne}
84 \newcommand{\ActionPsIncSmall}{\ButtonUp}
85 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
86 \newcommand{\ActionPsDecSmall}{\ButtonDown}
87 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
88 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
89 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
90 \newcommand{\ActionPsReset}{\ButtonOn}
91 \newcommand{\ActionPsExit}{\ButtonOff}
93 %Button actions, Recording screen context
94 \newcommand{\ActionRecPause}{\ButtonPlay}
95 \newcommand{\ActionRecFTwo}{\ButtonFTwo}
96 \newcommand{\ActionRecFThree}{\ButtonFThree}
97 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
98 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
99 \newcommand{\ActionRecPrev}{\ButtonUp}
100 \newcommand{\ActionRecNext}{\ButtonDown}
101 \newcommand{\ActionRecMenu}{\ButtonFOne}
102 \newcommand{\ActionRecExit}{\ButtonOff}
104 %Button actions, FM radio context
105 \newcommand{\ActionFMPreset}{\ButtonFTwo}
106 \newcommand{\ActionFMMenu}{\ButtonFOne}
107 \newcommand{\ActionFMMode}{Long \ButtonOn}
108 \newcommand{\ActionFMStop}{\ButtonOff}
109 \newcommand{\ActionFMExit}{\ButtonOn}
110 \newcommand{\ActionFMSettingsInc}{\ButtonUp}
111 \newcommand{\ActionFMSettingsDec}{\ButtonDown}
112 \newcommand{\ActionFMPrev}{\ButtonLeft}
113 \newcommand{\ActionFMNext}{\ButtonRight}
115 \newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}