diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-08-23 16:28:43 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-08-23 16:28:43 +0000 |
| commit | 8d6ca6a1d4c0ebdcc5d3d0e85335cfd7803adca0 (patch) | |
| tree | 75733a9b67bc0507308884aabae9f19508b52109 | |
| parent | 6bc092db0e360381f8a91a5f6578c8191b53c871 (diff) | |
| download | rockbox-8d6ca6a1d4c0ebdcc5d3d0e85335cfd7803adca0.zip rockbox-8d6ca6a1d4c0ebdcc5d3d0e85335cfd7803adca0.tar.gz rockbox-8d6ca6a1d4c0ebdcc5d3d0e85335cfd7803adca0.tar.bz2 rockbox-8d6ca6a1d4c0ebdcc5d3d0e85335cfd7803adca0.tar.xz | |
Correct a couple of manual button actions for the H100 remote.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22473 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/remote-keymap-h100.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manual/platform/remote-keymap-h100.tex b/manual/platform/remote-keymap-h100.tex index 9219aba..cc05370 100644 --- a/manual/platform/remote-keymap-h100.tex +++ b/manual/platform/remote-keymap-h100.tex @@ -36,12 +36,12 @@ \newcommand{\ActionRCWpsVolDown}{\ButtonRCVolDown} \newcommand{\ActionRCWpsVolUp}{\ButtonRCVolUp} \newcommand{\ActionRCWpsPitchScreen}{Long \ButtonRCOn} -\newcommand{\ActionRCWpsQuickScreen}{Long \ButtonMode} -\newcommand{\ActionRCWpsMenu}{\ButtonMode} -\newcommand{\ActionRCWpsContext}{Long \ButtonSelect} -\newcommand{\ActionRCWpsBrowse}{\ButtonSelect} -\newcommand{\ActionRCWpsAbReset}{\ButtonOn{} + \ButtonSelect} -\newcommand{\ActionRCWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode} +\newcommand{\ActionRCWpsQuickScreen}{Long \ButtonRCMode} +\newcommand{\ActionRCWpsMenu}{\ButtonRCMode} +\newcommand{\ActionRCWpsContext}{Long \ButtonRCSelect} +\newcommand{\ActionRCWpsBrowse}{\ButtonRCSelect} +\newcommand{\ActionRCWpsAbReset}{\ButtonRCOn{} + \ButtonRCSelect} +\newcommand{\ActionRCWpsIdThreeScreen}{\ButtonRCOn{} + \ButtonRCMode} %Button actions, tree context \newcommand{\ActionRCTreeWps}{\ButtonRCOn} @@ -72,7 +72,7 @@ \newcommand{\ActionRCKbdDown}{\ButtonRCBitrate} %Button actions, Pitch Screen context -\newcommand{\ActionRCPsToggleMode}{\ButtonMode} +\newcommand{\ActionRCPsToggleMode}{\ButtonRCMode} \newcommand{\ActionRCPsIncSmall}{\ButtonRCFF} \newcommand{\ActionRCPsIncBig}{Long \ButtonRCFF} \newcommand{\ActionRCPsDecSmall}{\ButtonRCRew} @@ -89,7 +89,7 @@ \newcommand{\ActionRCRecSettingsDec}{\ButtonRCSource} \newcommand{\ActionRCRecPrev}{\ButtonRCRew} \newcommand{\ActionRCRecNext}{\ButtonRCFF} -\newcommand{\ActionRCRecMenu}{\ButtonMode} +\newcommand{\ActionRCRecMenu}{\ButtonRCMode} \newcommand{\ActionRCRecExit}{\ButtonRCStop} %Button actions, FM radio context |