diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-08-23 12:34:25 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-08-25 23:28:59 +0100 |
commit | cbf1970b563e5fd5ef5b20f7dde47db80343bd30 (patch) | |
tree | 953edc17943d5ad8f10b6d52826c6804041c5818 /manual | |
parent | dbd051394e530d403573d5a34c737371039c81f3 (diff) | |
download | rockbox-cbf1970b563e5fd5ef5b20f7dde47db80343bd30.tar.gz rockbox-cbf1970b563e5fd5ef5b20f7dde47db80343bd30.zip |
Shanling Q1: minor update to keymap
- Enable repeat for prev/next keys
- Provide a way to access the context menu using buttons
- Update the manual
Change-Id: I53a7474cc64f915851175aea0695229c581fd8a6
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/keymap-shanlingq1.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/platform/keymap-shanlingq1.tex b/manual/platform/keymap-shanlingq1.tex index 9476ca8a70..4e426e1604 100644 --- a/manual/platform/keymap-shanlingq1.tex +++ b/manual/platform/keymap-shanlingq1.tex @@ -13,7 +13,7 @@ \newcommand{\ActionStdNext}{\ButtonNext{} or \TouchActionStdNext} \newcommand{\ActionStdNextRepeat}{Long \ButtonNext{} or \TouchActionStdNextRepeat} \newcommand{\ActionStdCancel}{\ButtonPower{} or \TouchActionStdCancel} -\newcommand{\ActionStdContext}{\TouchActionStdContext} +\newcommand{\ActionStdContext}{Long \ButtonPlay{} or \TouchActionStdContext} \newcommand{\ActionStdQuickScreen}{\TouchActionStdQuickScreen} \newcommand{\ActionQuickScreenExit}{\TouchActionQuickScreenExit} \newcommand{\ActionStdMenu}{\TouchActionStdMenu} @@ -47,7 +47,7 @@ \newcommand{\ActionTreeParentDirectory}{\TouchActionTreeParentDirectory} %Button actions, YesNo context -\newcommand{\ActionYesNoAccept}{\TouchActionYesNoAccept} +\newcommand{\ActionYesNoAccept}{\ButtonPlay} %Button actions, Virtual Keyboard Context \newcommand{\ActionKbdLeft}{\TouchActionKbdLeft} @@ -83,7 +83,7 @@ \newcommand{\PluginDown}{\TouchBottomMiddle} \newcommand{\PluginLeft}{\TouchMidLeft} \newcommand{\PluginRight}{\TouchMidRight} -\newcommand{\PluginCancel}{\ButtonPower or \TouchBottomRight} +\newcommand{\PluginCancel}{\ButtonPower{} or \TouchBottomRight} \newcommand{\PluginExit}{\ButtonPower} \newcommand{\PluginSelect}{\TouchCenter} \newcommand{\PluginSelectRepeat}{Long \TouchCenter} |