c179e1f403c6ad113d45fe515948f1e629e69329
[kugel-rb.git] / manual / platform / keymap-iaudiomx5.tex
blobc179e1f403c6ad113d45fe515948f1e629e69329
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{Select}}
8 \newcommand{\ButtonPower}{\btnfnt{Power}}
9 \newcommand{\ButtonRec}{\btnfnt{Rec}}
10 \newcommand{\ButtonPlay}{\btnfnt{Play}}
11 \newcommand{\ButtonHold}{\btnfnt{Hold}}
13 %Button actions, standard context
14 \newcommand{\ActionStdPrev}{\ButtonUp}
15 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
16 \newcommand{\ActionStdNext}{\ButtonDown}
17 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
18 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
19 \newcommand{\ActionStdContext}{Long \ButtonSelect}
20 \newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
21 \newcommand{\ActionQuickScreenExit}{\ButtonRec}
22 \newcommand{\ActionStdMenu}{\ButtonRec}
23 \newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
25 %Button actions, wps context
26 \newcommand{\ActionWpsPlay}{\ButtonPlay}
27 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
28 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
29 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
30 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
31 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
32 \newcommand{\ActionWpsVolDown}{\ButtonDown}
33 \newcommand{\ActionWpsVolUp}{\ButtonUp}
34 \newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
35 \newcommand{\ActionWpsMenu}{\ButtonRec}
36 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
37 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
39 %Button actions, tree context
40 \newcommand{\ActionTreeWps}{\ButtonPlay}
41 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
42 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
43 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
45 %Button actions, YesNo context
46 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
48 %Button actions, Setting context
49 \newcommand{\ActionSettingInc}{\ButtonUp}
50 \newcommand{\ActionSettingDec}{\ButtonDown}
52 %Button actions, Virtual Keyboard Context
53 \newcommand{\ActionKbdLeft}{\ButtonLeft}
54 \newcommand{\ActionKbdRight}{\ButtonRight}
55 \newcommand{\ActionKbdUp}{\ButtonUp}
56 \newcommand{\ActionKbdDown}{\ButtonDown}
57 \newcommand{\ActionKbdSelect}{\ButtonSelect}
58 \newcommand{\ActionKbdDone}{\ButtonPlay}
59 \newcommand{\ActionKbdAbort}{\ButtonRec}
60 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
61 \newcommand{\ActionKbdPageFlip}{}
63 %Button actions, Pitch Screen context
64 \newcommand{\ActionPsToggleMode}{\ButtonSelect}
65 \newcommand{\ActionPsIncSmall}{\ButtonUp}
66 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
67 \newcommand{\ActionPsDecSmall}{\ButtonDown}
68 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
69 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
70 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
71 \newcommand{\ActionPsReset}{\ButtonPower}
72 \newcommand{\ActionPsExit}{\ButtonPlay}
74 %Button actions, Recording screen context
75 \newcommand{\ActionRecPause}{\ButtonPlay}
76 \newcommand{\ActionRecNewfile}{\ButtonRec}
77 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
78 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
79 \newcommand{\ActionRecPrev}{\ButtonUp}
80 \newcommand{\ActionRecNext}{\ButtonDown}
81 \newcommand{\ActionRecMenu}{Long \ButtonRec}
82 \newcommand{\ActionRecExit}{Long \ButtonPlay}
84 %Button actions, FM radio context
85 \newcommand{\ActionFMPreset}{\ButtonSelect}
86 \newcommand{\ActionFMMenu}{Long \ButtonSelect}
87 \newcommand{\ActionFMMode}{Long \ButtonPlay}
88 \newcommand{\ActionFMStop}{\ButtonPower}
89 \newcommand{\ActionFMExit}{\ButtonRec}
90 \newcommand{\ActionFMPlay}{\ButtonPlay}
91 \newcommand{\ActionFMSettingsInc}{\ActionSettingInc}
92 \newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
93 \newcommand{\ActionFMPrev}{\ButtonLeft}
94 \newcommand{\ActionFMNext}{\ButtonRight}
96 %Button actions, Bookmark screen context
97 \newcommand{\ActionBmDelete}{Long \ButtonRec}
99 %Plugin lib actions
100 \newcommand{\PluginUp}{\ButtonUp}
101 \newcommand{\PluginDown}{\ButtonDown}
102 \newcommand{\PluginLeft}{\ButtonLeft}
103 \newcommand{\PluginRight}{\ButtonRight}
104 \newcommand{\PluginUpRepeat}{Long \ButtonUp}
105 \newcommand{\PluginDownRepeat}{Long \ButtonDown}
106 \newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
107 \newcommand{\PluginRightRepeat}{Long \ButtonRight}
108 \newcommand{\PluginCancel}{\ButtonPower}
109 \newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
110 \newcommand{\PluginSelect}{\ButtonSelect}
111 \newcommand{\PluginSelectRepeat}{Long \ButtonSelect}