diff options
Diffstat (limited to 'manual/platform/keymap-cowond2.tex')
-rw-r--r-- | manual/platform/keymap-cowond2.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manual/platform/keymap-cowond2.tex b/manual/platform/keymap-cowond2.tex index 0600c5bbe3..fcd6bfa46a 100644 --- a/manual/platform/keymap-cowond2.tex +++ b/manual/platform/keymap-cowond2.tex @@ -96,3 +96,17 @@ %Button actions, Bookmark screen context \newcommand{\ActionBmDelete}{\TouchActionBmDelete} +%Plugin lib actions +\newcommand{\PluginUp}{\TouchTopMiddle} +\newcommand{\PluginDown}{\TouchBottomMidde} +\newcommand{\PluginLeft}{\TouchMidLeft} +\newcommand{\PluginRight}{\TouchMidRight} +\newcommand{\PluginUpRepeat}{Long \TouchTopMiddle} +\newcommand{\PluginDownRepeat}{Long \TouchBottomMidde} +\newcommand{\PluginLeftRepeat}{Long \TouchMidLeft} +\newcommand{\PluginRightRepeat}{Long \TouchMidRight} +\newcommand{\PluginCancel}{\ButtonPower or \TouchBottomRight} +\newcommand{\PluginExit}{Long \ButtonPower} +\newcommand{\PluginSelect}{\ButtonMinus or TouchCenter} +\newcommand{\PluginSelectRepeat}{Long \ButtonMinus or Long \TouchCenter} + |