summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-archosplayer.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/keymap-archosplayer.tex')
-rw-r--r--manual/platform/keymap-archosplayer.tex64
1 files changed, 0 insertions, 64 deletions
diff --git a/manual/platform/keymap-archosplayer.tex b/manual/platform/keymap-archosplayer.tex
deleted file mode 100644
index dff303769f..0000000000
--- a/manual/platform/keymap-archosplayer.tex
+++ /dev/null
@@ -1,64 +0,0 @@
1% $Id$
2
3\newcommand{\ButtonLeft}{\btnfnt{Minus}}
4\newcommand{\ButtonRight}{\btnfnt{Plus}}
5\newcommand{\ButtonOn}{\btnfnt{On}}
6\newcommand{\ButtonMenu}{\btnfnt{Menu}}
7\newcommand{\ButtonPlay}{\btnfnt{Play}}
8\newcommand{\ButtonStop}{\btnfnt{Stop}}
9
10%Button actions, standard context
11\newcommand{\ActionStdPrev}{\ButtonLeft}
12\newcommand{\ActionStdPrevRepeat}{Long \ButtonLeft}
13\newcommand{\ActionStdNext}{\ButtonRight}
14\newcommand{\ActionStdNextRepeat}{Long \ButtonRight}
15\newcommand{\ActionStdCancel}{\ButtonStop}
16\newcommand{\ActionStdContext}{Long \ButtonPlay}
17\newcommand{\ActionStdMenu}{\ButtonMenu}
18\newcommand{\ActionStdOk}{\ButtonPlay}
19
20%Button actions, wps context
21\newcommand{\ActionWpsPlay}{\ButtonPlay}
22\newcommand{\ActionWpsSkipNext}{\ButtonRight}
23\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
24\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
25\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
26
27\newcommand{\ActionWpsStop}{\ButtonStop}
28\newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft}
29\newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight}
30
31\newcommand{\ActionWpsMenu}{\ButtonMenu}
32\newcommand{\ActionWpsContext}{Long \ButtonPlay}
33\newcommand{\ActionWpsBrowse}{\ButtonOn}
34\newcommand{\ActionWpsHotkey}{\ButtonMenu{} + \ButtonOn}
35
36%Button actions, tree context
37\newcommand{\ActionTreeWps}{\ButtonOn}
38\newcommand{\ActionTreeEnter}{\ButtonPlay}
39\newcommand{\ActionTreeParentDirectory}{\ButtonStop}
40\newcommand{\ActionTreeHotkey}{\ButtonMenu{} + \ButtonOn}
41
42%Button actions, YesNo context
43\newcommand{\ActionYesNoAccept}{\ButtonPlay}
44
45%Button actions, Setting context
46\newcommand{\ActionSettingInc}{\ButtonRight}
47\newcommand{\ActionSettingDec}{\ButtonLeft}
48
49%Button actions, Bookmark screen context
50\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}
51
52%Plugin lib actions
53\newcommand{\PluginUp}{\ButtonPlay}
54\newcommand{\PluginDown}{\ButtonStop}
55\newcommand{\PluginLeft}{\ButtonLeft}
56\newcommand{\PluginRight}{\ButtonRight}
57\newcommand{\PluginUpRepeat}{Long \ButtonPlay}
58\newcommand{\PluginDownRepeat}{Long \ButtonStop}
59\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
60\newcommand{\PluginRightRepeat}{Long \ButtonRight}
61\newcommand{\PluginCancel}{\ButtonMenu}
62\newcommand{\PluginExit}{Long \ButtonMenu}
63\newcommand{\PluginSelect}{\ButtonOn}
64\newcommand{\PluginSelectRepeat}{Long \ButtonOn} \ No newline at end of file