summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-xduoox3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/keymap-xduoox3.tex')
-rw-r--r--manual/platform/keymap-xduoox3.tex103
1 files changed, 103 insertions, 0 deletions
diff --git a/manual/platform/keymap-xduoox3.tex b/manual/platform/keymap-xduoox3.tex
new file mode 100644
index 0000000000..539ee2e7ad
--- /dev/null
+++ b/manual/platform/keymap-xduoox3.tex
@@ -0,0 +1,103 @@
1% $Id$
2
3\newcommand{\ButtonPrev}{\btnfnt{Prev}}
4\newcommand{\ButtonNext}{\btnfnt{Next}}
5\newcommand{\ButtonHome}{\btnfnt{Home}}
6\newcommand{\ButtonOption}{\btnfnt{Option}}
7\newcommand{\ButtonPlay}{\btnfnt{Play}}
8\newcommand{\ButtonPower}{\btnfnt{Power}}
9\newcommand{\ButtonVolDown}{\btnfnt{Volume Down}}
10\newcommand{\ButtonVolUp}{\btnfnt{Volume Up}}
11\newcommand{\ButtonHold}{\btnfnt{Hold}}
12
13%Button actions, standard context
14\newcommand{\ActionStdPrev}{\ButtonPrev}
15\newcommand{\ActionStdPrevRepeat}{Long \ButtonPrev}
16\newcommand{\ActionStdNext}{\ButtonNext}
17\newcommand{\ActionStdNextRepeat}{Long \ButtonNext}
18\newcommand{\ActionStdContext}{Long \ButtonPlay}
19\newcommand{\ActionStdCancel}{\ButtonHome}
20\newcommand{\ActionStdOk}{\ButtonPlay}
21\newcommand{\ActionStdMenu}{\ButtonOption}
22\newcommand{\ActionStdQuickScreen}{Long \ButtonOption}
23\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonHome}
24\newcommand{\ActionStdUsbCharge}{\ButtonPlay}
25
26%Button actions, wps context
27\newcommand{\ActionWpsPlay}{\ButtonPlay}
28\newcommand{\ActionWpsStop}{\ButtonPower}
29
30\newcommand{\ActionWpsSkipNext}{\ButtonNext}
31\newcommand{\ActionWpsSkipPrev}{\ButtonPrev}
32\newcommand{\ActionWpsSeekBack}{Long \ButtonPrev}
33\newcommand{\ActionWpsSeekFwd}{Long \ButtonNext}
34
35\newcommand{\ActionWpsVolDown}{\ButtonVolDown}
36\newcommand{\ActionWpsVolUp}{\ButtonVolUp}
37
38\newcommand{\ActionWpsBrowse}{\ButtonHome}
39\newcommand{\ActionWpsContext}{Long \ButtonPlay}
40\newcommand{\ActionWpsMenu}{\ButtonOption}
41\newcommand{\ActionWpsHotkey}{\ButtonHome}
42
43\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonNext}
44\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonNext}
45
46\newcommand{\ActionWpsQuickScreen}{}
47\newcommand{\ActionWpsAbReset}{}
48
49%Button actions, tree context
50\newcommand{\ActionTreeWps}{\ButtonPower}
51\newcommand{\ActionTreeStop}{Long \ButtonPower}
52\newcommand{\ActionTreeEnter}{\ButtonPlay}
53\newcommand{\ActionTreeParentDirectory}{\ButtonHome}
54\newcommand{\ActionTreeHotkey}{Long \ButtonHome}
55
56%Button actions, YesNo context
57\newcommand{\ActionYesNoAccept}{\ButtonPlay}
58
59%Button actions, Setting context
60\newcommand{\ActionSettingInc}{\ButtonVolUp}
61\newcommand{\ActionSettingDec}{\ButtonVolDown}
62
63%Button actions, Virtual Keyboard Context
64\newcommand{\ActionKbdLeft}{\ButtonPrev}
65\newcommand{\ActionKbdRight}{\ButtonNext}
66\newcommand{\ActionKbdDown}{\ButtonOption}
67\newcommand{\ActionKbdUp}{\ButtonHome}
68\newcommand{\ActionKbdCursorLeft}{\ButtonVolUp}
69\newcommand{\ActionKbdCursorRight}{\ButtonVolDown}
70\newcommand{\ActionKbdBackSpace}{\ButtonHome}
71\newcommand{\ActionKbdSelect}{\ButtonPlay}
72\newcommand{\ActionKbdDone}{Long \ButtonPlay}
73\newcommand{\ActionKbdAbort}{\ButtonPower}
74
75\newcommand{\ActionKbdPageFlip}{}
76
77%Button actions, Pitch Screen context
78\newcommand{\ActionPsIncSmall}{\ButtonVolUp}
79\newcommand{\ActionPsIncBig}{Long \ButtonVolUp}
80\newcommand{\ActionPsDecSmall}{\ButtonVolDown}
81\newcommand{\ActionPsDecBig}{Long \ButtonVolDown}
82\newcommand{\ActionPsNudgeLeft}{\ButtonNext}
83\newcommand{\ActionPsNudgeRight}{\ButtonPrev}
84\newcommand{\ActionPsToggleMode}{\ButtonPlay}
85\newcommand{\ActionPsReset}{\ButtonPower}
86\newcommand{\ActionPsExit}{\ButtonHome}
87
88%Button actions, Bookmark screen context
89\newcommand{\ActionBmDelete}{Long \ButtonHome}
90
91%Plugin lib actions
92\newcommand{\PluginUp}{\ButtonHome}
93\newcommand{\PluginDown}{\ButtonOption}
94\newcommand{\PluginLeft}{\ButtonPrev}
95\newcommand{\PluginRight}{\ButtonNext}
96\newcommand{\PluginUpRepeat}{Long \ButtonHome}
97\newcommand{\PluginDownRepeat}{Long \ButtonOption}
98\newcommand{\PluginLeftRepeat}{Long \ButtonPrev}
99\newcommand{\PluginRightRepeat}{Long \ButtonNext}
100\newcommand{\PluginCancel}{\ButtonPower}
101\newcommand{\PluginExit}{Long \ButtonPower}
102\newcommand{\PluginSelect}{\ButtonPlay}
103\newcommand{\PluginSelectRepeat}{Long \ButtonPlay}