From 7b5875ef5c5ec4b79f2af8469258164b723b0b3b Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Sun, 14 Feb 2010 17:12:31 +0000 Subject: Touchscreen: Change WPS key mappings - Pressing top-right switches back and forth from WPS to last browsed directory - Pressing top-left switches from WPS to Main Menu, and vice-versa - Pressing center pauses - Long pressing center stops git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24651 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/keymap-touchscreen.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual/platform') diff --git a/manual/platform/keymap-touchscreen.tex b/manual/platform/keymap-touchscreen.tex index 332febb555..5c21582284 100644 --- a/manual/platform/keymap-touchscreen.tex +++ b/manual/platform/keymap-touchscreen.tex @@ -25,20 +25,20 @@ \newcommand{\TouchActionStdUsbCharge}{} %Button actions, wps context -\newcommand{\TouchActionWpsPlay}{\TouchTopRight} +\newcommand{\TouchActionWpsPlay}{\TouchCenter} \newcommand{\TouchActionWpsSkipNext}{\TouchMidRight} \newcommand{\TouchActionWpsSeekFwd}{Long \TouchMidRight} \newcommand{\TouchActionWpsSkipPrev}{\TouchMidLeft} \newcommand{\TouchActionWpsSeekBack}{Long \TouchMidLeft} -\newcommand{\TouchActionWpsStop}{Long \TouchTopRight} +\newcommand{\TouchActionWpsStop}{Long \TouchCenter} \newcommand{\TouchActionWpsVolDown}{\TouchBottomMiddle} \newcommand{\TouchActionWpsVolUp}{\TouchTopMiddle} \newcommand{\TouchActionWpsQuickScreen}{\TouchBottomLeft} \newcommand{\TouchActionWpsMenu}{\TouchTopLeft} -\newcommand{\TouchActionWpsContext}{Long \TouchCenter} -\newcommand{\TouchActionWpsBrowse}{\TouchCenter} +\newcommand{\TouchActionWpsContext}{Long \TouchTopRight} +\newcommand{\TouchActionWpsBrowse}{\TouchTopRight} \newcommand{\TouchActionWpsPitchScreen}{Long \TouchBottomLeft} \newcommand{\TouchActionWpsIdThreeScreen}{\TouchBottomRight} -- cgit v1.2.3