From a507bb283782ee3adb1fc9ba0c6f094108ef558c Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Mon, 20 Jul 2015 01:50:26 +0200 Subject: YH8xx,YH9xx: Keymap improvement The main "innovation" in this patch are two "virtual buttons" for the record switch on YH92x targets. When the switch state changes, a single BUTTON_REC_SW_ON or .._OFF button event will be generated. Thus keymap code can react on switching, but not on the actual state of the switch. Wherever sensible, the following user scheme is applied: - use PLAY as confirm button - use REW button or Long REW to exit - use REC (YH820) or FFWD (YH92X) as modifier key for button combos Change-Id: Ic8d1db9cc6869daed8dda98990dfdf7f6fd5d5a1 --- manual/platform/keymap-yh820.tex | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'manual/platform/keymap-yh820.tex') diff --git a/manual/platform/keymap-yh820.tex b/manual/platform/keymap-yh820.tex index 47f5acad04..9e775d7e2f 100644 --- a/manual/platform/keymap-yh820.tex +++ b/manual/platform/keymap-yh820.tex @@ -20,7 +20,7 @@ \newcommand{\ActionStdMenu}{Long \ButtonLeft{}+Long \ButtonUp} \newcommand{\ActionStdContext}{Long \ButtonRight} \newcommand{\ActionStdQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown} -\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonFF} +\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonRew} \newcommand{\ActionStdRec}{Long \ButtonRec} %a button without harmful side effects for USB charging \newcommand{\ActionStdUsbCharge}{\ButtonRew} @@ -40,9 +40,9 @@ \newcommand{\ActionWpsPlaylist}{Long \ButtonLeft} \newcommand{\ActionWpsMenu}{\ButtonLeft} \newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown} -\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPlay{} + \ButtonRight} -\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPlay{} + \ButtonLeft} -\newcommand{\ActionWpsAbReset}{\ButtonPlay{} + \ButtonUp} +\newcommand{\ActionWpsAbSetBNextDir}{\ButtonRec{}+\ButtonFF} +\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonRec{}+\ButtonRew} +\newcommand{\ActionWpsAbReset}{\ButtonRec{}+\ButtonPlay} %Button actions, tree context \newcommand{\ActionTreeWps}{\ButtonPlay} @@ -52,7 +52,7 @@ \newcommand{\ActionTreeHotkey}{\ButtonRec} %Button actions, YesNo context -\newcommand{\ActionYesNoAccept}{\ButtonRight} +\newcommand{\ActionYesNoAccept}{\ButtonPlay} %Button actions, Setting context \newcommand{\ActionSettingInc}{\ButtonUp} @@ -68,14 +68,14 @@ \newcommand{\ActionKbdLeft}{\ButtonLeft} \newcommand{\ActionKbdRight}{\ButtonRight} \newcommand{\ActionKbdSelect}{\ButtonPlay} -\newcommand{\ActionKbdDone}{\ButtonFF} -\newcommand{\ActionKbdAbort}{\ButtonFF{}+\ButtonRew{} or \ButtonRec} +\newcommand{\ActionKbdDone}{Long \ButtonFF} +\newcommand{\ActionKbdAbort}{Long \ButtonRew} \newcommand{\ActionKbdUp}{\ButtonUp} \newcommand{\ActionKbdDown}{\ButtonDown} -\newcommand{\ActionKbdCursorLeft}{\ButtonFF{}+\ButtonLeft} -\newcommand{\ActionKbdCursorRight}{\ButtonFF{}+\ButtonRight} -\newcommand{\ActionKbdBackSpace}{\ButtonRew} -\newcommand{\ActionKbdMorseInput}{Long \ButtonFF} +\newcommand{\ActionKbdCursorLeft}{\ButtonRec{}+\ButtonLeft} +\newcommand{\ActionKbdCursorRight}{\ButtonRec{}+\ButtonRight} +\newcommand{\ActionKbdBackSpace}{\ButtonRew{} or \ButtonRec{}+\ButtonRew} +\newcommand{\ActionKbdMorseInput}{\ButtonRec{}+\ButtonFF} \newcommand{\ActionKbdMorseSelect}{\ButtonPlay} %Button actions, Pitch Screen context @@ -91,9 +91,9 @@ %Button actions, Recording screen context \newcommand{\ActionRecNewfile}{\ButtonFF} -\newcommand{\ActionRecMenu}{\ButtonRew} +\newcommand{\ActionRecMenu}{Long \ButtonRew} \newcommand{\ActionRecPause}{\ButtonPlay} -\newcommand{\ActionRecExit}{Long \ButtonRew{} or \ButtonRec} +\newcommand{\ActionRecExit}{\ButtonRew{} or \ButtonRec} \newcommand{\ActionRecSettingsInc}{\ButtonRight} \newcommand{\ActionRecSettingsDec}{\ButtonLeft} \newcommand{\ActionRecPrev}{\ButtonUp} -- cgit v1.2.3