Manual: Platform files - split out the button and action commands from the platform...
[kugel-rb.git] / manual / platform / keymap-h1xx.tex
blob725523f130c1b1ba831b2a07648eb865a5de5a1e
1 % $Id$
3 \newcommand{\ButtonLeft}{\btnfnt{Left}}
4 \newcommand{\ButtonRight}{\btnfnt{Right}}
5 \newcommand{\ButtonUp}{\btnfnt{Up}}
6 \newcommand{\ButtonDown}{\btnfnt{Down}}
7 \newcommand{\ButtonSelect}{\btnfnt{Navi}}
8 \newcommand{\ButtonMode}{\btnfnt{A-B}}
9 \newcommand{\ButtonRec}{\btnfnt{Rec}}
10 \newcommand{\ButtonOn}{\btnfnt{Play}}
11 \newcommand{\ButtonOff}{\btnfnt{Stop}}
12 \newcommand{\ButtonHold}{\btnfnt{Hold}}
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 \ButtonSelect}
21 \newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
22 \newcommand{\ActionQuickScreenExit}{\ButtonMode}
23 \newcommand{\ActionStdMenu}{\ButtonMode}
24 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
25 \newcommand{\ActionStdRec}{Long \ButtonRec}
27 %Button actions, wps context
28 \newcommand{\ActionWpsPlay}{\ButtonOn}
29 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
30 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
31 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
32 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
33 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
34 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
35 \newcommand{\ActionWpsStop}{\ButtonOff}
36 \newcommand{\ActionWpsVolDown}{\ButtonDown}
37 \newcommand{\ActionWpsVolUp}{\ButtonUp}
38 \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
39 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
40 \newcommand{\ActionWpsMenu}{\ButtonMode}
41 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
42 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
43 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
44 \newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
46 %Button actions, tree context
47 \newcommand{\ActionTreeWps}{\ButtonOn}
48 \newcommand{\ActionTreeStop}{\ButtonOff}
49 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
50 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
52 %Button actions, YesNo context
53 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
55 %Button actions, Setting context
56 \newcommand{\ActionSettingInc}{\ButtonUp}
57 \newcommand{\ActionSettingDec}{\ButtonDown}
59 %Button actions, Virtual Keyboard Context
60 \newcommand{\ActionKbdLeft}{\ButtonLeft}
61 \newcommand{\ActionKbdRight}{\ButtonRight}
62 \newcommand{\ActionKbdSelect}{\ButtonSelect}
63 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
64 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
65 \newcommand{\ActionKbdPageFlip}{\ButtonMode}
66 \newcommand{\ActionKbdDone}{\ButtonOn}
67 \newcommand{\ActionKbdAbort}{\ButtonOff}
68 \newcommand{\ActionKbdBackSpace}{\ButtonRec}
69 \newcommand{\ActionKbdMorseInput}{\ButtonOn{} + \ButtonMode}
70 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
71 \newcommand{\ActionKbdUp}{\ButtonUp}
72 \newcommand{\ActionKbdDown}{\ButtonDown}
74 %Button actions, Pitch Screen context
75 \newcommand{\ActionPsToggleMode}{\ButtonMode}
76 \newcommand{\ActionPsIncSmall}{\ButtonUp}
77 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
78 \newcommand{\ActionPsDecSmall}{\ButtonDown}
79 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
80 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
81 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
82 \newcommand{\ActionPsReset}{\ButtonSelect}
83 \newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
85 %Button actions, Recording screen context
86 \newcommand{\ActionRecPause}{\ButtonOn}
87 \newcommand{\ActionRecNewfile}{\ButtonRec}
88 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
89 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
90 \newcommand{\ActionRecPrev}{\ButtonUp}
91 \newcommand{\ActionRecNext}{\ButtonDown}
92 \newcommand{\ActionRecMenu}{\ButtonMode}
93 \newcommand{\ActionRecExit}{\ButtonOff}
95 %Button actions, FM radio context
96 \newcommand{\ActionFMPreset}{\ButtonSelect}
97 \newcommand{\ActionFMMenu}{Long \ButtonSelect}
98 \newcommand{\ActionFMMode}{Long \ButtonOn}
99 \newcommand{\ActionFMStop}{\ButtonOff}
100 \newcommand{\ActionFMExit}{\ButtonMode}
101 \newcommand{\ActionFMPlay}{\ButtonOn}
102 \newcommand{\ActionFMSettingsInc}{\ActionSettingInc}
103 \newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
104 \newcommand{\ActionFMPrev}{\ButtonLeft}
105 \newcommand{\ActionFMNext}{\ButtonRight}