From c88ee0ba077a0d281cbc18131b2d5d28a23afbc9 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 20 Jun 2009 10:32:55 +0000 Subject: Finally commit a few improvements to the c200 (last version of FS#8824): In lists - long instead of short Rec to switch to the recording screen for consistency, one button 'resume' on long Right (disables the forced horizontal scrolling on long Left/Right though). WPS - put context menu on long Select for consistency, frees the short Down for entering the quickscreen. Virtual keyboard - enable line edit mode, additionally better navigating of the input line (Volume Up/Down to move left/right, backspace on Rec) and move accept to long Select -- see patch description for details (and everything I might forgot). Change the manual accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21373 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/keymap-c200.tex | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'manual/platform') diff --git a/manual/platform/keymap-c200.tex b/manual/platform/keymap-c200.tex index 84bc06b985..8fbed84de3 100644 --- a/manual/platform/keymap-c200.tex +++ b/manual/platform/keymap-c200.tex @@ -31,25 +31,21 @@ \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} - \newcommand{\ActionWpsStop}{Long \ButtonUp} \newcommand{\ActionWpsVolDown}{\ButtonVolDown} \newcommand{\ActionWpsVolUp}{\ButtonVolUp} - -\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown} +\newcommand{\ActionWpsQuickScreen}{\ButtonDown} \newcommand{\ActionWpsMenu}{\ButtonPower} -\newcommand{\ActionWpsContext}{\ButtonDown} +\newcommand{\ActionWpsContext}{Long \ButtonSelect} \newcommand{\ActionWpsBrowse}{\ButtonSelect} \newcommand{\ActionWpsPitchScreen}{\ButtonSelect{} + \ButtonUp} \newcommand{\ActionWpsIdThreeScreen}{\ButtonSelect{} + \ButtonDown} - \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight} \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft} \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp} %Button actions, tree context -\newcommand{\ActionTreeWps}{\ButtonRec{} + \ButtonUp} -\newcommand{\ActionTreeStop}{Long \ButtonUp} +\newcommand{\ActionTreeWps}{Long \ButtonRight} \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} @@ -64,14 +60,14 @@ \newcommand{\ActionKbdLeft}{\ButtonLeft} \newcommand{\ActionKbdRight}{\ButtonRight} \newcommand{\ActionKbdSelect}{\ButtonSelect} -\newcommand{\ActionKbdDone}{\ButtonVolUp{}/ \ButtonVolDown} +\newcommand{\ActionKbdDone}{Long \ButtonSelect} \newcommand{\ActionKbdAbort}{\ButtonPower} \newcommand{\ActionKbdUp}{\ButtonUp} \newcommand{\ActionKbdDown}{\ButtonDown} -\newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft} -\newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight} -\newcommand{\ActionKbdBackSpace}{\ButtonRec{} + \ButtonSelect} -\newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonVolUp} +\newcommand{\ActionKbdCursorLeft}{\ButtonVolDown} +\newcommand{\ActionKbdCursorRight}{\ButtonVolUp} +\newcommand{\ActionKbdBackSpace}{\ButtonRec} +\newcommand{\ActionKbdPageFlip}{\ButtonSelect{} + \ButtonLeft{} / \ButtonRight} %Button actions, Pitch Screen context \newcommand{\ActionPsToggleMode}{\ButtonRec} -- cgit v1.2.3