1
0
Fork 0
forked from len0rd/rockbox

agptekrocker: Fix manual build due to missing Quickscreen enter/exit

(Required adding a std quickscreen context keymap!)

Change-Id: Icd6bd656d826ea3be73b025242d2405f489e3eeb
This commit is contained in:
Solomon Peachy 2024-07-12 08:27:27 -04:00
parent f8e602ecfd
commit fec9f69ac8
3 changed files with 22 additions and 19 deletions

View file

@ -19,6 +19,7 @@
\newcommand{\ActionStdContext}{Long \ButtonSelect{}}
\newcommand{\ActionStdMenu}{\ButtonPower{}}
\newcommand{\ActionStdUsbCharge}{\ButtonSelect{}}
\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft{}}
%Button actions, wps context
\newcommand{\ActionWpsStop}{Long \ButtonSelect}
@ -35,6 +36,9 @@
\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown}
\newcommand{\ActionWpsHotkey}{\ButtonVolUp{} and \ButtonVolDown{}}
%Button actions, quickscreen context
\newcommand{\ActionQuickScreenExit}{Long \ButtonSelect{}}
%Button actions, tree context
\newcommand{\ActionTreeWps}{Long \ButtonLeft}
\newcommand{\ActionTreeStop}{Long \ButtonSelect}