diff options
Diffstat (limited to 'manual/platform/remote-keymap-iriverh100.tex')
-rw-r--r-- | manual/platform/remote-keymap-iriverh100.tex | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/manual/platform/remote-keymap-iriverh100.tex b/manual/platform/remote-keymap-iriverh100.tex new file mode 100644 index 0000000000..cc0537047b --- /dev/null +++ b/manual/platform/remote-keymap-iriverh100.tex | |||
@@ -0,0 +1,110 @@ | |||
1 | |||
2 | \newcommand{\ButtonRCRew}{\btnfnt{Rewind}} | ||
3 | \newcommand{\ButtonRCFF}{\btnfnt{Forward}} | ||
4 | \newcommand{\ButtonRCVolUp}{\btnfnt{Volume Up}} | ||
5 | \newcommand{\ButtonRCVolDown}{\btnfnt{Volume Down}} | ||
6 | \newcommand{\ButtonRCSource}{\btnfnt{Source}} | ||
7 | \newcommand{\ButtonRCBitrate}{\btnfnt{Bitrate}} | ||
8 | \newcommand{\ButtonRCSelect}{\btnfnt{Navi}} | ||
9 | \newcommand{\ButtonRCRec}{\btnfnt{Rec}} | ||
10 | \newcommand{\ButtonRCMode}{\btnfnt{A-B}} | ||
11 | \newcommand{\ButtonRCOn}{\btnfnt{Play}} | ||
12 | \newcommand{\ButtonRCStop}{\btnfnt{Stop}} | ||
13 | \newcommand{\ButtonRCHold}{\btnfnt{Hold}} | ||
14 | |||
15 | %Button actions, standard context | ||
16 | \newcommand{\ActionRCStdPrev}{\ButtonRCRew} | ||
17 | \newcommand{\ActionRCStdPrevRepeat}{Long \ButtonRCRew} | ||
18 | \newcommand{\ActionRCStdNext}{\ButtonRCFF} | ||
19 | \newcommand{\ActionRCStdNextRepeat}{Long \ButtonRCFF} | ||
20 | \newcommand{\ActionRCStdCancel}{\ButtonRCStop} | ||
21 | \newcommand{\ActionRCStdContext}{Long \ButtonRCSelect} | ||
22 | \newcommand{\ActionRCStdQuickScreen}{Long \ButtonRCMode} | ||
23 | \newcommand{\ActionRCQuickScreenExit}{\ButtonRCMode} | ||
24 | \newcommand{\ActionRCStdMenu}{\ButtonRCMode} | ||
25 | \newcommand{\ActionRCStdOk}{\ButtonRCSelect} | ||
26 | |||
27 | %Button actions, wps context | ||
28 | \newcommand{\ActionRCWpsPlay}{\ButtonRCOn} | ||
29 | \newcommand{\ActionRCWpsSkipNext}{\ButtonRCFF} | ||
30 | \newcommand{\ActionRCWpsSkipPrev}{\ButtonRCRew} | ||
31 | \newcommand{\ActionRCWpsSeekBack}{Long \ButtonRCFF} | ||
32 | \newcommand{\ActionRCWpsSeekFwd}{Long \ButtonRCRew} | ||
33 | \newcommand{\ActionRCWpsAbSetBNextDir}{\ButtonRCBitrate} | ||
34 | \newcommand{\ActionRCWpsAbSetAPrevDir}{\ButtonRCSource} | ||
35 | \newcommand{\ActionRCWpsStop}{\ButtonRCStop} | ||
36 | \newcommand{\ActionRCWpsVolDown}{\ButtonRCVolDown} | ||
37 | \newcommand{\ActionRCWpsVolUp}{\ButtonRCVolUp} | ||
38 | \newcommand{\ActionRCWpsPitchScreen}{Long \ButtonRCOn} | ||
39 | \newcommand{\ActionRCWpsQuickScreen}{Long \ButtonRCMode} | ||
40 | \newcommand{\ActionRCWpsMenu}{\ButtonRCMode} | ||
41 | \newcommand{\ActionRCWpsContext}{Long \ButtonRCSelect} | ||
42 | \newcommand{\ActionRCWpsBrowse}{\ButtonRCSelect} | ||
43 | \newcommand{\ActionRCWpsAbReset}{\ButtonRCOn{} + \ButtonRCSelect} | ||
44 | \newcommand{\ActionRCWpsIdThreeScreen}{\ButtonRCOn{} + \ButtonRCMode} | ||
45 | |||
46 | %Button actions, tree context | ||
47 | \newcommand{\ActionRCTreeWps}{\ButtonRCOn} | ||
48 | \newcommand{\ActionRCTreeStop}{\ButtonRCStop} | ||
49 | \newcommand{\ActionRCTreeEnter}{\ButtonRCSelect} | ||
50 | \newcommand{\ActionRCTreeParentDirectory}{\ButtonRCStop} | ||
51 | |||
52 | %Button actions, YesNo context | ||
53 | \newcommand{\ActionRCYesNoAccept}{\ButtonRCSelect} | ||
54 | |||
55 | %Button actions, Setting context | ||
56 | \newcommand{\ActionRCSettingInc}{\ButtonRCRew} | ||
57 | \newcommand{\ActionRCSettingDec}{\ButtonRCFF} | ||
58 | |||
59 | %Button actions, Virtual Keyboard Context | ||
60 | \newcommand{\ActionRCKbdLeft}{\ButtonRCRew} | ||
61 | \newcommand{\ActionRCKbdRight}{\ButtonRCFF} | ||
62 | \newcommand{\ActionRCKbdSelect}{\ButtonRCSelect} | ||
63 | \newcommand{\ActionRCKbdCursorLeft}{\ButtonRCOn{} + \ButtonRCRew{} or \ButtonRCVolDown} | ||
64 | \newcommand{\ActionRCKbdCursorRight}{\ButtonRCOn{} + \ButtonRCFF{} or \ButtonRCVolUp} | ||
65 | \newcommand{\ActionRCKbdPageFlip}{\ButtonRCMode} | ||
66 | \newcommand{\ActionRCKbdDone}{\ButtonRCOn} | ||
67 | \newcommand{\ActionRCKbdAbort}{\ButtonRCStop} | ||
68 | \newcommand{\ActionRCKbdBackSpace}{\ButtonRCRec} | ||
69 | \newcommand{\ActionRCKbdMorseInput}{\ButtonRCOn{} + \ButtonRCMode} | ||
70 | \newcommand{\ActionRCKbdMorseSelect}{\ButtonRCSelect} | ||
71 | \newcommand{\ActionRCKbdUp}{\ButtonRCSource} | ||
72 | \newcommand{\ActionRCKbdDown}{\ButtonRCBitrate} | ||
73 | |||
74 | %Button actions, Pitch Screen context | ||
75 | \newcommand{\ActionRCPsToggleMode}{\ButtonRCMode} | ||
76 | \newcommand{\ActionRCPsIncSmall}{\ButtonRCFF} | ||
77 | \newcommand{\ActionRCPsIncBig}{Long \ButtonRCFF} | ||
78 | \newcommand{\ActionRCPsDecSmall}{\ButtonRCRew} | ||
79 | \newcommand{\ActionRCPsDecBig}{Long \ButtonRCRew} | ||
80 | \newcommand{\ActionRCPsNudgeLeft}{\ButtonRCSource} | ||
81 | \newcommand{\ActionRCPsNudgeRight}{\ButtonRCBitratet} | ||
82 | \newcommand{\ActionRCPsReset}{\ButtonRCSelect} | ||
83 | \newcommand{\ActionRCPsExit}{\ButtonRCOn{} or \ButtonRCStop} | ||
84 | |||
85 | %Button actions, Recording screen context | ||
86 | \newcommand{\ActionRCRecPause}{\ButtonRCOn} | ||
87 | \newcommand{\ActionRCRecNewfile}{\ButtonRCRec} | ||
88 | \newcommand{\ActionRCRecSettingsInc}{\ButtonRCBitrate} | ||
89 | \newcommand{\ActionRCRecSettingsDec}{\ButtonRCSource} | ||
90 | \newcommand{\ActionRCRecPrev}{\ButtonRCRew} | ||
91 | \newcommand{\ActionRCRecNext}{\ButtonRCFF} | ||
92 | \newcommand{\ActionRCRecMenu}{\ButtonRCMode} | ||
93 | \newcommand{\ActionRCRecExit}{\ButtonRCStop} | ||
94 | |||
95 | %Button actions, FM radio context | ||
96 | \newcommand{\ActionRCFMPreset}{\ButtonRCSelect} | ||
97 | \newcommand{\ActionRCFMMenu}{Long \ButtonRCSelect} | ||
98 | \newcommand{\ActionRCFMMode}{Long \ButtonRCOn} | ||
99 | \newcommand{\ActionRCFMStop}{\ButtonRCStop} | ||
100 | \newcommand{\ActionRCFMExit}{\ButtonRCMode} | ||
101 | \newcommand{\ActionRCFMPlay}{\ButtonRCOn} | ||
102 | \newcommand{\ActionRCFMSettingsInc}{\ActionRCSettingInc} | ||
103 | \newcommand{\ActionRCFMSettingsDec}{\ActionRCSettingInc} | ||
104 | \newcommand{\ActionRCFMPrev}{\ButtonRCRew} | ||
105 | \newcommand{\ActionRCFMNext}{\ButtonRCFF} | ||
106 | \newcommand{\ActionRCFMVolUp}{\ButtonRCVolUp} | ||
107 | \newcommand{\ActionRCFMVolDown}{\ButtonRCVolDown} | ||
108 | |||
109 | %Button actions, Bookmark screen context | ||
110 | \newcommand{\ActionRCBmDelete}{\ButtonRCRec} \ No newline at end of file | ||