diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2010-08-14 10:01:18 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2010-08-14 10:01:18 +0000 |
commit | 37bd35d667b9601567667abe5d2319cd2921f0c6 (patch) | |
tree | 32662f5a5377f2648792b9d1452a3eca1ba3fd22 /manual/platform | |
parent | afe92f34cc58ee4da010db20cba71f5a6232ea81 (diff) | |
download | rockbox-37bd35d667b9601567667abe5d2319cd2921f0c6.tar.gz rockbox-37bd35d667b9601567667abe5d2319cd2921f0c6.zip |
Correct the ActionTreeWps in the Clips' keymap file (button combo for going to the WPS).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27808 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r-- | manual/platform/keymap-sansaclip.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex index d0ec9166b1..3f5667e040 100644 --- a/manual/platform/keymap-sansaclip.tex +++ b/manual/platform/keymap-sansaclip.tex @@ -48,7 +48,7 @@ \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp} %Button actions, tree context -\newcommand{\ActionTreeWps}{\ButtonUp} +\newcommand{\ActionTreeWps}{\ButtonHome{} + \ButtonSelect} \newcommand{\ActionTreeStop}{\ButtonPower} \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |