diff options
Diffstat (limited to 'manual/platform/keymap-iaudiomx5.tex')
-rw-r--r-- | manual/platform/keymap-iaudiomx5.tex | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/manual/platform/keymap-iaudiomx5.tex b/manual/platform/keymap-iaudiomx5.tex new file mode 100644 index 0000000000..aea09f4496 --- /dev/null +++ b/manual/platform/keymap-iaudiomx5.tex | |||
@@ -0,0 +1,95 @@ | |||
1 | % $Id$ | ||
2 | |||
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}} | ||
12 | |||
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} | ||
24 | |||
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} | ||
38 | |||
39 | %Button actions, tree context | ||
40 | \newcommand{\ActionTreeWps}{\ButtonPlay} | ||
41 | \newcommand{\ActionTreeStop}{Long \ButtonPlay} | ||
42 | \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} | ||
43 | \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} | ||
44 | |||
45 | %Button actions, YesNo context | ||
46 | \newcommand{\ActionYesNoAccept}{\ButtonSelect} | ||
47 | |||
48 | %Button actions, Setting context | ||
49 | \newcommand{\ActionSettingInc}{\ButtonUp} | ||
50 | \newcommand{\ActionSettingDec}{\ButtonDown} | ||
51 | |||
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 | |||
61 | %Button actions, Pitch Screen context | ||
62 | \newcommand{\ActionPsToggleMode}{\ButtonSelect} | ||
63 | \newcommand{\ActionPsIncSmall}{\ButtonUp} | ||
64 | \newcommand{\ActionPsIncBig}{Long \ButtonUp} | ||
65 | \newcommand{\ActionPsDecSmall}{\ButtonDown} | ||
66 | \newcommand{\ActionPsDecBig}{Long \ButtonDown} | ||
67 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} | ||
68 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} | ||
69 | \newcommand{\ActionPsReset}{\ButtonPower} | ||
70 | \newcommand{\ActionPsExit}{\ButtonPlay} | ||
71 | |||
72 | %Button actions, Recording screen context | ||
73 | \newcommand{\ActionRecPause}{\ButtonPlay} | ||
74 | \newcommand{\ActionRecNewfile}{\ButtonRec} | ||
75 | \newcommand{\ActionRecSettingsInc}{\ButtonRight} | ||
76 | \newcommand{\ActionRecSettingsDec}{\ButtonLeft} | ||
77 | \newcommand{\ActionRecPrev}{\ButtonUp} | ||
78 | \newcommand{\ActionRecNext}{\ButtonDown} | ||
79 | \newcommand{\ActionRecMenu}{Long \ButtonRec} | ||
80 | \newcommand{\ActionRecExit}{Long \ButtonPlay} | ||
81 | |||
82 | %Button actions, FM radio context | ||
83 | \newcommand{\ActionFMPreset}{\ButtonSelect} | ||
84 | \newcommand{\ActionFMMenu}{Long \ButtonSelect} | ||
85 | \newcommand{\ActionFMMode}{Long \ButtonPlay} | ||
86 | \newcommand{\ActionFMStop}{\ButtonPower} | ||
87 | \newcommand{\ActionFMExit}{\ButtonRec} | ||
88 | \newcommand{\ActionFMPlay}{\ButtonPlay} | ||
89 | \newcommand{\ActionFMSettingsInc}{\ActionSettingInc} | ||
90 | \newcommand{\ActionFMSettingsDec}{\ActionSettingDec} | ||
91 | \newcommand{\ActionFMPrev}{\ButtonLeft} | ||
92 | \newcommand{\ActionFMNext}{\ButtonRight} | ||
93 | %Button actions, Bookmark screen context | ||
94 | \newcommand{\ActionBmDelete}{Long \ButtonRec} | ||
95 | |||