mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
a18803af27
commit
9d79cefc91
3 changed files with 12 additions and 11 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue