diff options
author | Alex Parker <rockbox@aeparker.com> | 2010-05-29 15:23:01 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2010-05-29 15:23:01 +0000 |
commit | 9081c9958b40b73f9af774ab884760dfe13c8fdf (patch) | |
tree | c304bdaf71780d10822f0eb8b93da9c266f0b6b1 /manual/platform/remote-keymap-iaudio.tex | |
parent | 68054481958397a2ef348cbb19333b5c188adec9 (diff) | |
download | rockbox-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-iaudio.tex')
-rw-r--r-- | manual/platform/remote-keymap-iaudio.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manual/platform/remote-keymap-iaudio.tex b/manual/platform/remote-keymap-iaudio.tex index 3c21ac847b..a10aa7ddaf 100644 --- a/manual/platform/remote-keymap-iaudio.tex +++ b/manual/platform/remote-keymap-iaudio.tex @@ -93,3 +93,15 @@ %Button actions, Bookmark screen context \newcommand{\ActionRCBmDelete}{Long \ButtonRec} + +%Plugin lib actions +\newcommand{\PluginRCUp}{\ButtonRCFF} +\newcommand{\PluginRCDown}{\ButtonRCRew} +\newcommand{\PluginRCLeft}{\ButtonRCVolDown} +\newcommand{\PluginRCRight}{\ButtonRCVolUp} +\newcommand{\PluginRCUpRepeat}{Long \ButtonRCFF} +\newcommand{\PluginRCDownRepeat}{Long \ButtonRCRew} +\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown} +\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp} +\newcommand{\PluginRCSelect}{\ButtonRCMode} +\newcommand{\PluginRCSelectRepeat}{Long \ButtonRCMode} |