summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-archosondio.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/keymap-archosondio.tex')
-rw-r--r--manual/platform/keymap-archosondio.tex101
1 files changed, 0 insertions, 101 deletions
diff --git a/manual/platform/keymap-archosondio.tex b/manual/platform/keymap-archosondio.tex
deleted file mode 100644
index fe682278ac..0000000000
--- a/manual/platform/keymap-archosondio.tex
+++ /dev/null
@@ -1,101 +0,0 @@
1% $Id$
2
3\newcommand{\ButtonLeft}{\btnfnt{Left}}
4\newcommand{\ButtonRight}{\btnfnt{Right}}
5\newcommand{\ButtonOff}{\btnfnt{On/Off}}
6\newcommand{\ButtonUp}{\btnfnt{Up}}
7\newcommand{\ButtonDown}{\btnfnt{Down}}
8\newcommand{\ButtonMenu}{\btnfnt{Mode}}
9
10%Button actions, standard context
11\newcommand{\ActionStdPrev}{\ButtonUp}
12\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
13\newcommand{\ActionStdNext}{\ButtonDown}
14\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
15\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
16\newcommand{\ActionStdContext}{Long \ButtonRight}
17\newcommand{\ActionStdMenu}{Long \ButtonMenu}
18\newcommand{\ActionStdOk}{\ButtonRight}
19\newcommand{\ActionStdUsbCharge}{\ButtonMenu}
20
21%Button actions, wps context
22\newcommand{\ActionWpsPlay}{\ButtonOff}
23\newcommand{\ActionWpsSkipNext}{\ButtonRight}
24\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
25\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
26\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
27\newcommand{\ActionWpsStop}{Long \ButtonOff}
28\newcommand{\ActionWpsVolDown}{\ButtonDown}
29\newcommand{\ActionWpsVolUp}{\ButtonUp}
30\newcommand{\ActionWpsContext}{Long \ButtonMenu}
31\newcommand{\ActionWpsBrowse}{\ButtonMenu}
32
33%Button actions, tree context
34\newcommand{\ActionTreeWps}{\ButtonMenu}
35\newcommand{\ActionTreeStop}{\ButtonOff}
36\newcommand{\ActionTreeEnter}{\ButtonRight}
37\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
38
39%Button actions, YesNo context
40\newcommand{\ActionYesNoAccept}{\ButtonRight}
41
42%Button actions, Setting context
43\newcommand{\ActionSettingInc}{\ButtonUp}
44\newcommand{\ActionSettingDec}{\ButtonDown}
45
46%Button actions, Virtual Keyboard Context
47\newcommand{\ActionKbdLeft}{\ButtonLeft}
48\newcommand{\ActionKbdRight}{\ButtonRight}
49\newcommand{\ActionKbdSelect}{\ButtonMenu}
50\newcommand{\ActionKbdDone}{Long \ButtonMenu}
51\newcommand{\ActionKbdAbort}{\ButtonOff}
52\newcommand{\ActionKbdUp}{\ButtonUp}
53\newcommand{\ActionKbdDown}{\ButtonDown}
54\newcommand{\ActionKbdMorseSelect}{\ButtonUp}
55
56%Button actions, Pitch Screen context
57\newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
58\newcommand{\ActionPsIncSmall}{\ButtonUp}
59\newcommand{\ActionPsIncBig}{Long \ButtonUp}
60\newcommand{\ActionPsDecSmall}{\ButtonDown}
61\newcommand{\ActionPsDecBig}{Long \ButtonDown}
62\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
63\newcommand{\ActionPsNudgeRight}{\ButtonRight}
64\newcommand{\ActionPsReset}{\ButtonMenu}
65\newcommand{\ActionPsExit}{\ButtonOff}
66
67%Button actions, Recording screen context
68\newcommand{\ActionRecPause}{\ButtonMenu}
69\newcommand{\ActionRecSettingsInc}{\ButtonRight}
70\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
71\newcommand{\ActionRecPrev}{\ButtonUp}
72\newcommand{\ActionRecNext}{\ButtonDown}
73\newcommand{\ActionRecMenu}{Long \ButtonMenu}
74\newcommand{\ActionRecExit}{\ButtonOff}
75
76%Button actions, FM radio context
77\newcommand{\ActionFMMenu}{Long \ButtonMenu}
78\newcommand{\ActionFMStop}{Long \ButtonOff}
79\newcommand{\ActionFMExit}{\ButtonOff}
80\newcommand{\ActionFMSettingsInc}{\ButtonUp}
81\newcommand{\ActionFMSettingsDec}{\ButtonDown}
82\newcommand{\ActionFMPrev}{\ButtonLeft}
83\newcommand{\ActionFMNext}{\ButtonRight}
84
85%Button actions, Bookmark screen context
86\newcommand{\ActionBmDelete}{Long \ButtonLeft}
87
88%Plugin lib actions
89\newcommand{\PluginUp}{\ButtonUp}
90\newcommand{\PluginDown}{\ButtonDown}
91\newcommand{\PluginLeft}{\ButtonLeft}
92\newcommand{\PluginRight}{\ButtonRight}
93\newcommand{\PluginUpRepeat}{Long \ButtonUp}
94\newcommand{\PluginDownRepeat}{Long \ButtonDown}
95\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
96\newcommand{\PluginRightRepeat}{Long \ButtonRight}
97\newcommand{\PluginCancel}{\ButtonOff}
98\newcommand{\PluginExit}{Long \ButtonOff}
99\newcommand{\PluginSelect}{\ButtonMenu}
100\newcommand{\PluginSelectRepeat}{Long \ButtonMenu}
101