diff options
| author | Alex Parker <rockbox@aeparker.com> | 2010-05-29 15:23:10 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2010-05-29 15:23:10 +0000 |
| commit | 6cbce7b9c4fbd104edb157ea20fab80e6a48339f (patch) | |
| tree | a703d9375ebe2cd29187a7c9041197702720e173 | |
| parent | 9081c9958b40b73f9af774ab884760dfe13c8fdf (diff) | |
| download | rockbox-6cbce7b9c4fbd104edb157ea20fab80e6a48339f.zip rockbox-6cbce7b9c4fbd104edb157ea20fab80e6a48339f.tar.gz rockbox-6cbce7b9c4fbd104edb157ea20fab80e6a48339f.tar.bz2 rockbox-6cbce7b9c4fbd104edb157ea20fab80e6a48339f.tar.xz | |
Add non-defined remote actions to the manual keymap files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26378 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/remote-keymap-gigabeat.tex | 5 | ||||
| -rw-r--r-- | manual/platform/remote-keymap-iaudio.tex | 1 | ||||
| -rw-r--r-- | manual/platform/remote-keymap-mrobe100.tex | 5 |
3 files changed, 9 insertions, 2 deletions
diff --git a/manual/platform/remote-keymap-gigabeat.tex b/manual/platform/remote-keymap-gigabeat.tex index 2284701..5de0464 100644 --- a/manual/platform/remote-keymap-gigabeat.tex +++ b/manual/platform/remote-keymap-gigabeat.tex @@ -111,4 +111,7 @@ \newcommand{\PluginRCUpRepeat}{Long \ButtonRCFF} \newcommand{\PluginRCDownRepeat}{Long \ButtonRCRew} \newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown} -\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp}
\ No newline at end of file +\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp} +\newcommand{\PluginRCCancel}{} +\newcommand{\PluginRCSelect}{} +\newcommand{\PluginRCSelectRepeat}{}
\ No newline at end of file diff --git a/manual/platform/remote-keymap-iaudio.tex b/manual/platform/remote-keymap-iaudio.tex index a10aa7d..1a63808 100644 --- a/manual/platform/remote-keymap-iaudio.tex +++ b/manual/platform/remote-keymap-iaudio.tex @@ -105,3 +105,4 @@ \newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp} \newcommand{\PluginRCSelect}{\ButtonRCMode} \newcommand{\PluginRCSelectRepeat}{Long \ButtonRCMode} +\newcommand{\PluginRCCancel}{} diff --git a/manual/platform/remote-keymap-mrobe100.tex b/manual/platform/remote-keymap-mrobe100.tex index 5c13cd8..e7b263d 100644 --- a/manual/platform/remote-keymap-mrobe100.tex +++ b/manual/platform/remote-keymap-mrobe100.tex @@ -115,4 +115,7 @@ \newcommand{\PluginRCUpRepeat}{Long \ButtonRCPlay} \newcommand{\PluginRCDownRepeat}{Long \ButtonRCDisplay} \newcommand{\PluginRCLeftRepeat}{Long \ButtonRCRew} -\newcommand{\PluginRCRightRepeat}{Long \ButtonRCFF}
\ No newline at end of file +\newcommand{\PluginRCRightRepeat}{Long \ButtonRCFF} +\newcommand{\PluginRCCancel}{} +\newcommand{\PluginRCSelect}{} +\newcommand{\PluginRCSelectRepeat}{}
\ No newline at end of file |