Manual: Platform files - split out the button and action commands from the platform...
[kugel-rb.git] / manual / platform / keymap-recorder.tex
blob0862c65aa3448e148ada839bf92b60b96f73ab94
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}{\ButtonFTwo}
38 \newcommand{\ActionWpsMenu}{\ButtonFOne}
39 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
40 \newcommand{\ActionWpsBrowse}{\ButtonOn}
41 \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
43 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
44 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
45 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
47 %Button actions, tree context
48 \newcommand{\ActionTreeWps}{\ButtonOn}
49 \newcommand{\ActionTreeStop}{\ButtonOff}
50 \newcommand{\ActionTreeEnter}{\ButtonRight}
51 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
53 %Button actions, YesNo context
54 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
56 %Button actions, Setting context
57 \newcommand{\ActionSettingInc}{\ButtonUp}
58 \newcommand{\ActionSettingDec}{\ButtonDown}
60 %Button actions, Alarm screen
61 \newcommand{\ActionAlarmSet}{\ButtonPlay}
62 \newcommand{\ActionAlarmCancel}{\ButtonOff}
63 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
64 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
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}
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}
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}
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}