summaryrefslogtreecommitdiffstats
path: root/manual/platform/keymap-archosplayer.tex
blob: dff303769f35fbc257eebbc6b830f4ee78c8fac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% $Id$

\newcommand{\ButtonLeft}{\btnfnt{Minus}}
\newcommand{\ButtonRight}{\btnfnt{Plus}}
\newcommand{\ButtonOn}{\btnfnt{On}}
\newcommand{\ButtonMenu}{\btnfnt{Menu}}
\newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonStop}{\btnfnt{Stop}}

%Button actions, standard context
\newcommand{\ActionStdPrev}{\ButtonLeft}
\newcommand{\ActionStdPrevRepeat}{Long \ButtonLeft}
\newcommand{\ActionStdNext}{\ButtonRight}
\newcommand{\ActionStdNextRepeat}{Long \ButtonRight}
\newcommand{\ActionStdCancel}{\ButtonStop}
\newcommand{\ActionStdContext}{Long \ButtonPlay}
\newcommand{\ActionStdMenu}{\ButtonMenu}
\newcommand{\ActionStdOk}{\ButtonPlay}

%Button actions, wps context
\newcommand{\ActionWpsPlay}{\ButtonPlay}
\newcommand{\ActionWpsSkipNext}{\ButtonRight}
\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}

\newcommand{\ActionWpsStop}{\ButtonStop}
\newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft}
\newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight}

\newcommand{\ActionWpsMenu}{\ButtonMenu}
\newcommand{\ActionWpsContext}{Long \ButtonPlay}
\newcommand{\ActionWpsBrowse}{\ButtonOn}
\newcommand{\ActionWpsHotkey}{\ButtonMenu{} + \ButtonOn}

%Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonOn}
\newcommand{\ActionTreeEnter}{\ButtonPlay}
\newcommand{\ActionTreeParentDirectory}{\ButtonStop}
\newcommand{\ActionTreeHotkey}{\ButtonMenu{} + \ButtonOn}

%Button actions, YesNo context
\newcommand{\ActionYesNoAccept}{\ButtonPlay}

%Button actions, Setting context
\newcommand{\ActionSettingInc}{\ButtonRight}
\newcommand{\ActionSettingDec}{\ButtonLeft}

%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}

%Plugin lib actions
\newcommand{\PluginUp}{\ButtonPlay}
\newcommand{\PluginDown}{\ButtonStop}
\newcommand{\PluginLeft}{\ButtonLeft}
\newcommand{\PluginRight}{\ButtonRight}
\newcommand{\PluginUpRepeat}{Long \ButtonPlay}
\newcommand{\PluginDownRepeat}{Long \ButtonStop}
\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
\newcommand{\PluginRightRepeat}{Long \ButtonRight}
\newcommand{\PluginCancel}{\ButtonMenu}
\newcommand{\PluginExit}{Long \ButtonMenu}
\newcommand{\PluginSelect}{\ButtonOn}
\newcommand{\PluginSelectRepeat}{Long \ButtonOn}