diff options
author | Moshe Piekarski <mendelmunkis@protonmail.com> | 2019-06-11 11:09:36 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-08-04 01:56:51 +0200 |
commit | 9d79cefc91aaf136723c4693f11cd1bafa6dec93 (patch) | |
tree | cbf2f981a2d108608221ebc98c35aa6bfc94d4e6 /manual/platform | |
parent | a18803af27f5a34fb45d7938c7f1b159f8066e34 (diff) | |
download | rockbox-9d79cefc91aaf136723c4693f11cd1bafa6dec93.tar.gz rockbox-9d79cefc91aaf136723c4693f11cd1bafa6dec93.zip |
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
Diffstat (limited to 'manual/platform')
-rw-r--r-- | manual/platform/keymap-sansafuzeplus.tex | 6 |
1 files changed, 3 insertions, 3 deletions
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} |