From 8799af3d738d80092f89f4f3a12a730dc57ce8c0 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 17 Aug 2010 14:30:10 +0000 Subject: 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 --- manual/platform/keymap-sansafuze.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual/platform') 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} -- cgit