diff options
| author | Paul Louden <paulthenerd@gmail.com> | 2007-11-04 18:01:34 +0000 |
|---|---|---|
| committer | Paul Louden <paulthenerd@gmail.com> | 2007-11-04 18:01:34 +0000 |
| commit | 66f0cb2f6096e31de09b154e2bc11a9cb4d9df73 (patch) | |
| tree | 0323985dd049d6bb8c93e29f3c3e11850b4fb2df /manual | |
| parent | 6fb4c53fb9acdd4c854662736bc03db3995774be (diff) | |
| download | rockbox-66f0cb2f6096e31de09b154e2bc11a9cb4d9df73.zip rockbox-66f0cb2f6096e31de09b154e2bc11a9cb4d9df73.tar.gz rockbox-66f0cb2f6096e31de09b154e2bc11a9cb4d9df73.tar.bz2 rockbox-66f0cb2f6096e31de09b154e2bc11a9cb4d9df73.tar.xz | |
FS#7232 - Fix some inconsistencies within the Sansa keymap. Makes it
easier to use with one thumb, a little more symmetrical for lefties, and
a little more consistent both within the scope of the e200 target and
cross-target. Manual should be updated with the changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15461 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/platform/e200.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index d1a31e0..0408a51 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -40,9 +40,9 @@ \newcommand{\ActionStdNext}{\ButtonScrollDown} \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown} \newcommand{\ActionStdCancel}{\ButtonLeft} -\newcommand{\ActionStdContext}{\ButtonDown} +\newcommand{\ActionStdContext}{Long \ButtonSelect} \newcommand{\ActionStdQuickScreen}{Long \ButtonDown} -\newcommand{\ActionStdMenu}{\ButtonPower} +\newcommand{\ActionStdMenu}{\ButtonDown} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionStdRec}{Long \ButtonRec} @@ -53,13 +53,13 @@ \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} -\newcommand{\ActionWpsStop}{Long \ButtonUp} +\newcommand{\ActionWpsStop}{\ButtonPower} \newcommand{\ActionWpsVolDown}{\ButtonScrollDown} \newcommand{\ActionWpsVolUp}{\ButtonScrollUp} \newcommand{\ActionWpsQuickScreen}{Long \ButtonDown} -\newcommand{\ActionWpsMenu}{\ButtonPower} -\newcommand{\ActionWpsContext}{\ButtonDown} +\newcommand{\ActionWpsMenu}{\ButtonDown} +\newcommand{\ActionWpsContext}{Long \ButtonSelect} \newcommand{\ActionWpsBrowse}{\ButtonSelect} \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight} |