summaryrefslogtreecommitdiff
path: root/manual/platform/remote-keymap-iriverh100.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:01 +0000
committerAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:01 +0000
commit9081c9958b40b73f9af774ab884760dfe13c8fdf (patch)
treec304bdaf71780d10822f0eb8b93da9c266f0b6b1 /manual/platform/remote-keymap-iriverh100.tex
parent68054481958397a2ef348cbb19333b5c188adec9 (diff)
downloadrockbox-9081c9958b40b73f9af774ab884760dfe13c8fdf.tar.gz
rockbox-9081c9958b40b73f9af774ab884760dfe13c8fdf.zip
Add the plugin lib actions to the manual keymap files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26377 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/remote-keymap-iriverh100.tex')
-rw-r--r--manual/platform/remote-keymap-iriverh100.tex17
1 files changed, 15 insertions, 2 deletions
diff --git a/manual/platform/remote-keymap-iriverh100.tex b/manual/platform/remote-keymap-iriverh100.tex
index cc0537047b..c423f9e500 100644
--- a/manual/platform/remote-keymap-iriverh100.tex
+++ b/manual/platform/remote-keymap-iriverh100.tex
@@ -78,7 +78,7 @@
78\newcommand{\ActionRCPsDecSmall}{\ButtonRCRew} 78\newcommand{\ActionRCPsDecSmall}{\ButtonRCRew}
79\newcommand{\ActionRCPsDecBig}{Long \ButtonRCRew} 79\newcommand{\ActionRCPsDecBig}{Long \ButtonRCRew}
80\newcommand{\ActionRCPsNudgeLeft}{\ButtonRCSource} 80\newcommand{\ActionRCPsNudgeLeft}{\ButtonRCSource}
81\newcommand{\ActionRCPsNudgeRight}{\ButtonRCBitratet} 81\newcommand{\ActionRCPsNudgeRight}{\ButtonRCBitrate}
82\newcommand{\ActionRCPsReset}{\ButtonRCSelect} 82\newcommand{\ActionRCPsReset}{\ButtonRCSelect}
83\newcommand{\ActionRCPsExit}{\ButtonRCOn{} or \ButtonRCStop} 83\newcommand{\ActionRCPsExit}{\ButtonRCOn{} or \ButtonRCStop}
84 84
@@ -107,4 +107,17 @@
107\newcommand{\ActionRCFMVolDown}{\ButtonRCVolDown} 107\newcommand{\ActionRCFMVolDown}{\ButtonRCVolDown}
108 108
109%Button actions, Bookmark screen context 109%Button actions, Bookmark screen context
110\newcommand{\ActionRCBmDelete}{\ButtonRCRec} \ No newline at end of file 110\newcommand{\ActionRCBmDelete}{\ButtonRCRec}
111
112%Plugin lib actions
113\newcommand{\PluginRCUp}{\ButtonRCBitrate}
114\newcommand{\PluginRCDown}{\ButtonRCSource}
115\newcommand{\PluginRCLeft}{\ButtonRCVolDown}
116\newcommand{\PluginRCRight}{\ButtonRCVolUp}
117\newcommand{\PluginRCUpRepeat}{Long \ButtonRCBitrate}
118\newcommand{\PluginRCDownRepeat}{Long \ButtonRCSource}
119\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown}
120\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp}
121\newcommand{\PluginRCCancel}{\ButtonRCStop}
122\newcommand{\PluginRCSelect}{\ButtonRCOn}
123\newcommand{\PluginRCSelectRepeat}{Long \ButtonRCOn} \ No newline at end of file