diff options
| author | Alex Parker <rockbox@aeparker.com> | 2010-08-26 18:21:18 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2010-08-26 18:21:18 +0000 |
| commit | d303fad1a860fa4fe88f78fa408997d0b1a69d52 (patch) | |
| tree | 4365ed57f243f3130ccc06da5b31c19d609b0eca | |
| parent | 75a87e5e4c49d2a365c79c7de4c3f5dc9d957d46 (diff) | |
| download | rockbox-d303fad1a860fa4fe88f78fa408997d0b1a69d52.zip rockbox-d303fad1a860fa4fe88f78fa408997d0b1a69d52.tar.gz rockbox-d303fad1a860fa4fe88f78fa408997d0b1a69d52.tar.bz2 rockbox-d303fad1a860fa4fe88f78fa408997d0b1a69d52.tar.xz | |
Manual: Make the clip WPS buttons match what actually happens. Short submenu is not defined, is this intentional?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27895 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/keymap-sansaclip.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex index 3f5667e..2b0fc82 100644 --- a/manual/platform/keymap-sansaclip.tex +++ b/manual/platform/keymap-sansaclip.tex @@ -35,8 +35,8 @@ \newcommand{\ActionWpsVolDown}{\ButtonVolDown} \newcommand{\ActionWpsVolUp}{\ButtonVolUp} -\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown} -\newcommand{\ActionWpsMenu}{\ButtonDown} +\newcommand{\ActionWpsQuickScreen}{Long \ButtonHome} +\newcommand{\ActionWpsMenu}{\ButtonHome} \newcommand{\ActionWpsContext}{Long \ButtonSelect} \newcommand{\ActionWpsBrowse}{\ButtonSelect} \newcommand{\ActionWpsPitchScreen}{\ButtonSelect{} + \ButtonUp} |