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