summaryrefslogtreecommitdiff
path: root/manual/platform/ondiosp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/ondiosp.tex')
-rw-r--r--manual/platform/ondiosp.tex64
1 files changed, 2 insertions, 62 deletions
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index b12a1ca0c5..17fe187b80 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -20,65 +20,5 @@
20\newcommand{\screenshotsize}{4cm} 20\newcommand{\screenshotsize}{4cm}
21\newcommand{\disk}{flash storage} 21\newcommand{\disk}{flash storage}
22 22
23\newcommand{\ButtonLeft}{\btnfnt{Left}} 23% link external keymap file
24\newcommand{\ButtonRight}{\btnfnt{Right}} 24\input{platform/keymap-ondio.tex}
25\newcommand{\ButtonOff}{\btnfnt{On/Off}}
26\newcommand{\ButtonUp}{\btnfnt{Up}}
27\newcommand{\ButtonDown}{\btnfnt{Down}}
28\newcommand{\ButtonMenu}{\btnfnt{Mode}}
29
30%Button actions, standard context
31\newcommand{\ActionStdPrev}{\ButtonUp}
32\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
33\newcommand{\ActionStdNext}{\ButtonDown}
34\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
35\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
36\newcommand{\ActionStdContext}{Long \ButtonRight}
37\newcommand{\ActionStdMenu}{Long \ButtonMenu}
38\newcommand{\ActionStdOk}{\ButtonRight}
39\newcommand{\ActionStdUsbCharge}{\ButtonMenu}
40
41%Button actions, wps context
42\newcommand{\ActionWpsPlay}{\ButtonOff}
43\newcommand{\ActionWpsSkipNext}{\ButtonRight}
44\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
45\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
46\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
47\newcommand{\ActionWpsStop}{Long \ButtonOff}
48\newcommand{\ActionWpsVolDown}{\ButtonDown}
49\newcommand{\ActionWpsVolUp}{\ButtonUp}
50\newcommand{\ActionWpsContext}{Long \ButtonMenu}
51\newcommand{\ActionWpsBrowse}{\ButtonMenu}
52
53%Button actions, tree context
54\newcommand{\ActionTreeWps}{\ButtonMenu}
55\newcommand{\ActionTreeStop}{\ButtonOff}
56\newcommand{\ActionTreeEnter}{\ButtonRight}
57\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
58
59%Button actions, YesNo context
60\newcommand{\ActionYesNoAccept}{\ButtonRight}
61
62%Button actions, Virtual Keyboard Context
63\newcommand{\ActionKbdLeft}{\ButtonLeft}
64\newcommand{\ActionKbdRight}{\ButtonRight}
65\newcommand{\ActionKbdSelect}{\ButtonMenu}
66\newcommand{\ActionKbdDone}{Long \ButtonMenu}
67\newcommand{\ActionKbdAbort}{\ButtonOff}
68\newcommand{\ActionKbdUp}{\ButtonUp}
69\newcommand{\ActionKbdDown}{\ButtonDown}
70
71%Button actions, Setting context
72\newcommand{\ActionSettingInc}{\ButtonUp}
73\newcommand{\ActionSettingDec}{\ButtonDown}
74
75%Button actions, Pitch Screen context
76\newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
77\newcommand{\ActionPsIncSmall}{\ButtonUp}
78\newcommand{\ActionPsIncBig}{Long \ButtonUp}
79\newcommand{\ActionPsDecSmall}{\ButtonDown}
80\newcommand{\ActionPsDecBig}{Long \ButtonDown}
81\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
82\newcommand{\ActionPsNudgeRight}{\ButtonRight}
83\newcommand{\ActionPsReset}{\ButtonMenu}
84\newcommand{\ActionPsExit}{\ButtonOff}