summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-iriverh100_h300.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-iriverh100_h300.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-iriverh100_h300.tex')
-rw-r--r--manual/platform/keymap-iriverh100_h300.tex16
1 files changed, 15 insertions, 1 deletions
diff --git a/manual/platform/keymap-iriverh100_h300.tex b/manual/platform/keymap-iriverh100_h300.tex
index ec2984b562..e5f1171772 100644
--- a/manual/platform/keymap-iriverh100_h300.tex
+++ b/manual/platform/keymap-iriverh100_h300.tex
@@ -108,4 +108,18 @@
108\newcommand{\ActionFMNext}{\ButtonRight} 108\newcommand{\ActionFMNext}{\ButtonRight}
109 109
110%Button actions, Bookmark screen context 110%Button actions, Bookmark screen context
111\newcommand{\ActionBmDelete}{\ButtonRec} \ No newline at end of file 111\newcommand{\ActionBmDelete}{\ButtonRec}
112
113%Plugin lib actions
114\newcommand{\PluginUp}{\ButtonUp}
115\newcommand{\PluginDown}{\ButtonDown}
116\newcommand{\PluginLeft}{\ButtonLeft}
117\newcommand{\PluginRight}{\ButtonRight}
118\newcommand{\PluginUpRepeat}{Long \ButtonUp}
119\newcommand{\PluginDownRepeat}{Long \ButtonDown}
120\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
121\newcommand{\PluginRightRepeat}{Long \ButtonRight}
122\newcommand{\PluginCancel}{\ButtonOff}
123\newcommand{\PluginExit}{\ButtonOn}
124\newcommand{\PluginSelect}{\ButtonSelect}
125\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file