summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-iriverh10.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/keymap-iriverh10.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/keymap-iriverh10.tex')
-rw-r--r--manual/platform/keymap-iriverh10.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/platform/keymap-iriverh10.tex b/manual/platform/keymap-iriverh10.tex
index 74a62b1538..e0de1ecf55 100644
--- a/manual/platform/keymap-iriverh10.tex
+++ b/manual/platform/keymap-iriverh10.tex
@@ -113,3 +113,16 @@
113%Button actions, Bookmark screen context 113%Button actions, Bookmark screen context
114\newcommand{\ActionBmDelete}{Long \ButtonRew} 114\newcommand{\ActionBmDelete}{Long \ButtonRew}
115 115
116%Plugin lib actions
117\newcommand{\PluginUp}{\ButtonScrollUp}
118\newcommand{\PluginDown}{\ButtonScrollDown}
119\newcommand{\PluginLeft}{\ButtonLeft}
120\newcommand{\PluginRight}{\ButtonRight}
121\newcommand{\PluginUpRepeat}{Long \ButtonScrollUp}
122\newcommand{\PluginDownRepeat}{Long \ButtonScrollDown}
123\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
124\newcommand{\PluginRightRepeat}{Long \ButtonRight}
125\newcommand{\PluginCancel}{\ButtonRew}
126\newcommand{\PluginExit}{\ButtonPower}
127\newcommand{\PluginSelect}{\ButtonPlay}
128\newcommand{\PluginSelectRepeat}{Long \ButtonPlay} \ No newline at end of file