diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-02-12 18:14:27 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-02-12 18:14:27 +0000 |
| commit | 1d63871d191c0f73af237fd2d6ace54ceb7080f2 (patch) | |
| tree | ce54b0d03845a89cca48d4a9b01b08017974a55f | |
| parent | c63a733d6f5fb8165319126843316a2af41b077e (diff) | |
| download | rockbox-1d63871d191c0f73af237fd2d6ace54ceb7080f2.zip rockbox-1d63871d191c0f73af237fd2d6ace54ceb7080f2.tar.gz rockbox-1d63871d191c0f73af237fd2d6ace54ceb7080f2.tar.bz2 rockbox-1d63871d191c0f73af237fd2d6ace54ceb7080f2.tar.xz | |
Correct buttons for H10 5GB and 6GB (closes FS# 6594)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12289 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/h10_5gb.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index f8b3d22..f4a34f6 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -34,10 +34,10 @@ \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp} \newcommand{\ActionStdNext}{\ButtonScrollDown} \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown} -\newcommand{\ActionStdCancel}{\ButtonLeft or \ButtonPower} -\newcommand{\ActionStdContext}{Long \ButtonFF} -\newcommand{\ActionStdQuickScreen}{Long \ButtonRew} -\newcommand{\ActionStdMenu}{Long \ButtonRew} +\newcommand{\ActionStdCancel}{\ButtonLeft} +\newcommand{\ActionStdContext}{Long \ButtonRight} +\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft} +\newcommand{\ActionStdMenu}{\ButtonPower} \newcommand{\ActionStdOk}{\ButtonRight} %Button actions, wps context @@ -52,8 +52,8 @@ \newcommand{\ActionWpsVolUp}{\ButtonScrollUp} \newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft} -\newcommand{\ActionWpsMenu}{Long \ButtonRight} -\newcommand{\ActionWpsContext}{\ButtonRight} +\newcommand{\ActionWpsMenu}{\ButtonPower} +\newcommand{\ActionWpsContext}{Long \ButtonRight} \newcommand{\ActionWpsBrowse}{\ButtonLeft} \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} |