diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-06-11 22:33:11 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-06-11 22:33:11 +0000 |
| commit | 467f15ee596b6ab871265f91f45be5272e48e057 (patch) | |
| tree | 5f6a22b4c2c4fa2719f7047cd81222e05b817172 | |
| parent | a3f314bf167d6cf7020873591cfb945b6d18e8bc (diff) | |
| download | rockbox-467f15ee596b6ab871265f91f45be5272e48e057.zip rockbox-467f15ee596b6ab871265f91f45be5272e48e057.tar.gz rockbox-467f15ee596b6ab871265f91f45be5272e48e057.tar.bz2 rockbox-467f15ee596b6ab871265f91f45be5272e48e057.tar.xz | |
Various minor corrections to some Iaudios' and their remote's keymap files. Fixes these manuals which were broken since r26617 and a bit more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26804 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/keymap-iaudiom3.tex | 1 | ||||
| -rw-r--r-- | manual/platform/keymap-iaudiomx5.tex | 3 | ||||
| -rw-r--r-- | manual/platform/remote-keymap-iaudio.tex | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/manual/platform/keymap-iaudiom3.tex b/manual/platform/keymap-iaudiom3.tex index 05b082f..6daa962 100644 --- a/manual/platform/keymap-iaudiom3.tex +++ b/manual/platform/keymap-iaudiom3.tex @@ -57,6 +57,7 @@ \newcommand{\ActionKbdSelect}{\ButtonPlay} \newcommand{\ActionKbdDone}{Long \ButtonPlay} \newcommand{\ActionKbdAbort}{\ButtonRec} +\newcommand{\ActionKbdPageFlip}{\ButtonMode} %Button actions, Pitch Screen context \newcommand{\ActionPsToggleMode}{\ButtonMode} diff --git a/manual/platform/keymap-iaudiomx5.tex b/manual/platform/keymap-iaudiomx5.tex index 5e82966..c179e1f 100644 --- a/manual/platform/keymap-iaudiomx5.tex +++ b/manual/platform/keymap-iaudiomx5.tex @@ -58,6 +58,7 @@ \newcommand{\ActionKbdDone}{\ButtonPlay} \newcommand{\ActionKbdAbort}{\ButtonRec} \newcommand{\ActionKbdMorseSelect}{\ButtonSelect} +\newcommand{\ActionKbdPageFlip}{} %Button actions, Pitch Screen context \newcommand{\ActionPsToggleMode}{\ButtonSelect} @@ -107,4 +108,4 @@ \newcommand{\PluginCancel}{\ButtonPower} \newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect} \newcommand{\PluginSelect}{\ButtonSelect} -\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
\ No newline at end of file +\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} diff --git a/manual/platform/remote-keymap-iaudio.tex b/manual/platform/remote-keymap-iaudio.tex index 4027b9b..157ed09 100644 --- a/manual/platform/remote-keymap-iaudio.tex +++ b/manual/platform/remote-keymap-iaudio.tex @@ -20,7 +20,7 @@ \newcommand{\ActionRCStdQuickScreen}{Long \ButtonRCMenu} \newcommand{\ActionRCQuickScreenExit}{\ButtonRCRec} \newcommand{\ActionRCStdMenu}{\ButtonRCMenu} -\newcommand{\ActionRCStdOk}{\ButtonRCPlay{} or \ButtonRCRight} +\newcommand{\ActionRCStdOk}{\ButtonRCRight} %Button actions, wps context \newcommand{\ActionRCWpsPlay}{\ButtonRCPlay} @@ -82,8 +82,8 @@ \newcommand{\ActionRCRecExit}{Long \ButtonRCPlay} %Button actions, FM radio context -\newcommand{\ActionRCFMPreset}{Long \ButtonRCMode} -\newcommand{\ActionRCFMMenu}{\ButtonRCMode} +\newcommand{\ActionRCFMPreset}{\ButtonRCMode} +\newcommand{\ActionRCFMMenu}{Long \ButtonRCMode} \newcommand{\ActionRCFMMode}{Long \ButtonRCRec} \newcommand{\ActionRCFMStop}{Long \ButtonPlay} \newcommand{\ActionRCFMExit}{\ButtonRCMenu} |