summaryrefslogtreecommitdiff
path: root/manual/platform/h1xx.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/h1xx.tex')
-rw-r--r--manual/platform/h1xx.tex106
1 files changed, 2 insertions, 104 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 96377c3c1d..2b87421f7e 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -21,107 +21,5 @@
21\newcommand{\screenshotsize}{4cm} 21\newcommand{\screenshotsize}{4cm}
22\newcommand{\disk}{hard disk} 22\newcommand{\disk}{hard disk}
23 23
24\newcommand{\ButtonLeft}{\btnfnt{Left}} 24% link external keymap file
25\newcommand{\ButtonRight}{\btnfnt{Right}} 25\input{platform/keymap-h1xx.tex}
26\newcommand{\ButtonUp}{\btnfnt{Up}}
27\newcommand{\ButtonDown}{\btnfnt{Down}}
28\newcommand{\ButtonSelect}{\btnfnt{Navi}}
29\newcommand{\ButtonMode}{\btnfnt{A-B}}
30\newcommand{\ButtonRec}{\btnfnt{Rec}}
31\newcommand{\ButtonOn}{\btnfnt{Play}}
32\newcommand{\ButtonOff}{\btnfnt{Stop}}
33\newcommand{\ButtonHold}{\btnfnt{Hold}}
34
35%Button actions, standard context
36\newcommand{\ActionStdPrev}{\ButtonUp}
37\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
38\newcommand{\ActionStdNext}{\ButtonDown}
39\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
40\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
41\newcommand{\ActionStdContext}{Long \ButtonSelect}
42\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
43\newcommand{\ActionQuickScreenExit}{\ButtonMode}
44\newcommand{\ActionStdMenu}{\ButtonMode}
45\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
46\newcommand{\ActionStdRec}{Long \ButtonRec}
47
48%Button actions, wps context
49\newcommand{\ActionWpsPlay}{\ButtonOn}
50\newcommand{\ActionWpsSkipNext}{\ButtonRight}
51\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
52\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
53\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
54\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
55\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
56\newcommand{\ActionWpsStop}{\ButtonOff}
57\newcommand{\ActionWpsVolDown}{\ButtonDown}
58\newcommand{\ActionWpsVolUp}{\ButtonUp}
59\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
60\newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
61\newcommand{\ActionWpsMenu}{\ButtonMode}
62\newcommand{\ActionWpsContext}{Long \ButtonSelect}
63\newcommand{\ActionWpsBrowse}{\ButtonSelect}
64\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
65\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
66
67%Button actions, tree context
68\newcommand{\ActionTreeWps}{\ButtonOn}
69\newcommand{\ActionTreeStop}{\ButtonOff}
70\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
71\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
72
73%Button actions, YesNo context
74\newcommand{\ActionYesNoAccept}{\ButtonSelect}
75
76%Button actions, Setting context
77\newcommand{\ActionSettingInc}{\ButtonUp}
78\newcommand{\ActionSettingDec}{\ButtonDown}
79
80%Button actions, Virtual Keyboard Context
81\newcommand{\ActionKbdLeft}{\ButtonLeft}
82\newcommand{\ActionKbdRight}{\ButtonRight}
83\newcommand{\ActionKbdSelect}{\ButtonSelect}
84\newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
85\newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
86\newcommand{\ActionKbdPageFlip}{\ButtonMode}
87\newcommand{\ActionKbdDone}{\ButtonOn}
88\newcommand{\ActionKbdAbort}{\ButtonOff}
89\newcommand{\ActionKbdBackSpace}{\ButtonRec}
90\newcommand{\ActionKbdMorseInput}{\ButtonOn{} + \ButtonMode}
91\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
92\newcommand{\ActionKbdUp}{\ButtonUp}
93\newcommand{\ActionKbdDown}{\ButtonDown}
94
95%Button actions, Pitch Screen context
96\newcommand{\ActionPsToggleMode}{\ButtonMode}
97\newcommand{\ActionPsIncSmall}{\ButtonUp}
98\newcommand{\ActionPsIncBig}{Long \ButtonUp}
99\newcommand{\ActionPsDecSmall}{\ButtonDown}
100\newcommand{\ActionPsDecBig}{Long \ButtonDown}
101\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
102\newcommand{\ActionPsNudgeRight}{\ButtonRight}
103\newcommand{\ActionPsReset}{\ButtonSelect}
104\newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
105
106%Button actions, Recording screen context
107\newcommand{\ActionRecPause}{\ButtonOn}
108\newcommand{\ActionRecNewfile}{\ButtonRec}
109\newcommand{\ActionRecSettingsInc}{\ButtonRight}
110\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
111\newcommand{\ActionRecPrev}{\ButtonUp}
112\newcommand{\ActionRecNext}{\ButtonDown}
113\newcommand{\ActionRecMenu}{\ButtonMode}
114\newcommand{\ActionRecExit}{\ButtonOff}
115
116%Button actions, FM radio context
117\newcommand{\ActionFMPreset}{\ButtonSelect}
118\newcommand{\ActionFMMenu}{Long \ButtonSelect}
119\newcommand{\ActionFMMode}{Long \ButtonOn}
120\newcommand{\ActionFMStop}{\ButtonOff}
121\newcommand{\ActionFMExit}{\ButtonMode}
122\newcommand{\ActionFMPlay}{\ButtonOn}
123\newcommand{\ActionFMSettingsInc}{\ActionSettingInc}
124\newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
125\newcommand{\ActionFMPrev}{\ButtonLeft}
126\newcommand{\ActionFMNext}{\ButtonRight}
127