summaryrefslogtreecommitdiffstats
path: root/manual/platform
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-08-17 14:30:10 +0000
committerNils Wallménius <nils@rockbox.org>2010-08-17 14:30:10 +0000
commit8799af3d738d80092f89f4f3a12a730dc57ce8c0 (patch)
treed8856d07ca2bf4914a551bed827362bdbcc7dc65 /manual/platform
parentf3774df8be9420d748784fc0fcc6d181bdd63ad8 (diff)
downloadrockbox-8799af3d738d80092f89f4f3a12a730dc57ce8c0.tar.gz
rockbox-8799af3d738d80092f89f4f3a12a730dc57ce8c0.zip
Small change to sansa fuze keymap.
Move stop from long home to long play/pause in wps, browsers and fm screen. In the fm screen that means switching between scan and preset is now on long home. Move stop from the power switch to long play/pause in the hid multimedia mode. Update manual keymaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/keymap-sansafuze.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/platform/keymap-sansafuze.tex b/manual/platform/keymap-sansafuze.tex
index 4c0d289031..1ae29d8e42 100644
--- a/manual/platform/keymap-sansafuze.tex
+++ b/manual/platform/keymap-sansafuze.tex
@@ -31,7 +31,7 @@
\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
-\newcommand{\ActionWpsStop}{Long \ButtonHome}
+\newcommand{\ActionWpsStop}{Long \ButtonUp}
\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
@@ -49,7 +49,7 @@
%Button actions, tree context
\newcommand{\ActionTreeWps}{\ButtonUp}
-\newcommand{\ActionTreeStop}{Long \ButtonHome}
+\newcommand{\ActionTreeStop}{Long \ButtonUp}
\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
\newcommand{\ActionTreeHotkey}{\ButtonHome}
@@ -99,8 +99,8 @@
%Button actions, FM radio context
\newcommand{\ActionFMPreset}{\ButtonHome}
\newcommand{\ActionFMMenu}{Long \ButtonSelect}
-\newcommand{\ActionFMMode}{Long \ButtonUp}
-\newcommand{\ActionFMStop}{Long \ButtonHome}
+\newcommand{\ActionFMMode}{Long \ButtonHome}
+\newcommand{\ActionFMStop}{Long \ButtonUp}
\newcommand{\ActionFMExit}{\ButtonDown}
\newcommand{\ActionFMPlay}{\ButtonUp}
\newcommand{\ActionFMSettingsInc}{\ButtonScrollFwd}