From 9d79cefc91aaf136723c4693f11cd1bafa6dec93 Mon Sep 17 00:00:00 2001 From: Moshe Piekarski Date: Tue, 11 Jun 2019 11:09:36 -0400 Subject: Fuze+ hotkeys and quickscreen Add bottom left as quickscreen and bottom right as hotkey acroos the board for fuze+. Meant as a stopgap until gesture support becomes good enough that it is unnecessary Also adds my name to CREDITS Change-Id: If1729b7d53d967081b6d97a9a49cd66312c96ed4 --- manual/platform/keymap-sansafuzeplus.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual') diff --git a/manual/platform/keymap-sansafuzeplus.tex b/manual/platform/keymap-sansafuzeplus.tex index bd77fd2391..878a9468aa 100644 --- a/manual/platform/keymap-sansafuzeplus.tex +++ b/manual/platform/keymap-sansafuzeplus.tex @@ -25,7 +25,7 @@ \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionStdRec}{\fixme{tbd}} -\newcommand{\ActionStdQuickScreen}{\fixme{tbd}} +\newcommand{\ActionStdQuickScreen}{\ButtonBottomLeft} \newcommand{\ActionStdMenu}{\fixme{tbd}} \newcommand{\ActionQuickScreenExit}{Any corner keys or \ButtonSelect} @@ -62,8 +62,8 @@ \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionTreeParentDirectory}{\ButtonBack{} or \ButtonLeft} -\newcommand{\ActionTreeHotkey}{\fixme{tbd}} -\newcommand{\ActionTreeQuickScreen}{\fixme{tbd}} +\newcommand{\ActionTreeHotkey}{\ButtonBottomRight} +\newcommand{\ActionTreeQuickScreen}{\ButtonBottomLeft} %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonSelect} -- cgit