diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-07 22:27:05 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-07 22:27:05 +0000 |
commit | 7f3b3494a6a4198c59e07d54ad979b7a764250b6 (patch) | |
tree | 3b4eb63502025c09d5021a6d8cd5f93a3c518d24 | |
parent | dbcb02832fa90ea7472f12783bbcaa2e2924ef43 (diff) |
Correct manual entry for Sansa Clip keymap
Flyspray: FS#11241 / FS#11233
Author: Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25894 a1c6a512-1295-4272-9138-f99709370657
-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 f75d671428..3c349ef845 100644 --- a/manual/platform/keymap-sansaclip.tex +++ b/manual/platform/keymap-sansaclip.tex @@ -25,7 +25,7 @@ \newcommand{\ActionStdUsbCharge}{\ButtonSelect} %Button actions, wps context -\newcommand{\ActionWpsPlay}{\ButtonUp} +\newcommand{\ActionWpsPlay}{\ButtonHome{} + \ButtonSelect} \newcommand{\ActionWpsSkipNext}{\ButtonRight} \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |