summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-iaudiomx5.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-iaudiomx5.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-iaudiomx5.tex')
-rw-r--r--manual/platform/keymap-iaudiomx5.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/manual/platform/keymap-iaudiomx5.tex b/manual/platform/keymap-iaudiomx5.tex
index 6b380e5e30..5e829663c7 100644
--- a/manual/platform/keymap-iaudiomx5.tex
+++ b/manual/platform/keymap-iaudiomx5.tex
@@ -91,6 +91,20 @@
91\newcommand{\ActionFMSettingsDec}{\ActionSettingDec} 91\newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
92\newcommand{\ActionFMPrev}{\ButtonLeft} 92\newcommand{\ActionFMPrev}{\ButtonLeft}
93\newcommand{\ActionFMNext}{\ButtonRight} 93\newcommand{\ActionFMNext}{\ButtonRight}
94
94%Button actions, Bookmark screen context 95%Button actions, Bookmark screen context
95\newcommand{\ActionBmDelete}{Long \ButtonRec} 96\newcommand{\ActionBmDelete}{Long \ButtonRec}
96 97
98%Plugin lib actions
99\newcommand{\PluginUp}{\ButtonUp}
100\newcommand{\PluginDown}{\ButtonDown}
101\newcommand{\PluginLeft}{\ButtonLeft}
102\newcommand{\PluginRight}{\ButtonRight}
103\newcommand{\PluginUpRepeat}{Long \ButtonUp}
104\newcommand{\PluginDownRepeat}{Long \ButtonDown}
105\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
106\newcommand{\PluginRightRepeat}{Long \ButtonRight}
107\newcommand{\PluginCancel}{\ButtonPower}
108\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
109\newcommand{\PluginSelect}{\ButtonSelect}
110\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file