summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-agptekrocker.tex
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-12 08:27:27 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-12 08:52:24 -0400
commitfec9f69ac81b1d288735ed1e0c429afe3cc5d849 (patch)
tree6c060fa645bba3fbe6ee9f97063a6e03fe0063b5 /manual/platform/keymap-agptekrocker.tex
parentf8e602ecfdc2fb7f97cb7e90b9899076ef60b97f (diff)
downloadrockbox-fec9f69ac81b1d288735ed1e0c429afe3cc5d849.tar.gz
rockbox-fec9f69ac81b1d288735ed1e0c429afe3cc5d849.zip
agptekrocker: Fix manual build due to missing Quickscreen enter/exit
(Required adding a std quickscreen context keymap!) Change-Id: Icd6bd656d826ea3be73b025242d2405f489e3eeb
Diffstat (limited to 'manual/platform/keymap-agptekrocker.tex')
-rw-r--r--manual/platform/keymap-agptekrocker.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/platform/keymap-agptekrocker.tex b/manual/platform/keymap-agptekrocker.tex
index 949ee73e69..295f32147c 100644
--- a/manual/platform/keymap-agptekrocker.tex
+++ b/manual/platform/keymap-agptekrocker.tex
@@ -19,6 +19,7 @@
19\newcommand{\ActionStdContext}{Long \ButtonSelect{}} 19\newcommand{\ActionStdContext}{Long \ButtonSelect{}}
20\newcommand{\ActionStdMenu}{\ButtonPower{}} 20\newcommand{\ActionStdMenu}{\ButtonPower{}}
21\newcommand{\ActionStdUsbCharge}{\ButtonSelect{}} 21\newcommand{\ActionStdUsbCharge}{\ButtonSelect{}}
22\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft{}}
22 23
23%Button actions, wps context 24%Button actions, wps context
24\newcommand{\ActionWpsStop}{Long \ButtonSelect} 25\newcommand{\ActionWpsStop}{Long \ButtonSelect}
@@ -35,6 +36,9 @@
35\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown} 36\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown}
36\newcommand{\ActionWpsHotkey}{\ButtonVolUp{} and \ButtonVolDown{}} 37\newcommand{\ActionWpsHotkey}{\ButtonVolUp{} and \ButtonVolDown{}}
37 38
39%Button actions, quickscreen context
40\newcommand{\ActionQuickScreenExit}{Long \ButtonSelect{}}
41
38%Button actions, tree context 42%Button actions, tree context
39\newcommand{\ActionTreeWps}{Long \ButtonLeft} 43\newcommand{\ActionTreeWps}{Long \ButtonLeft}
40\newcommand{\ActionTreeStop}{Long \ButtonSelect} 44\newcommand{\ActionTreeStop}{Long \ButtonSelect}