summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-cowond2.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:01 +0000
committerAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:01 +0000
commit9081c9958b40b73f9af774ab884760dfe13c8fdf (patch)
treec304bdaf71780d10822f0eb8b93da9c266f0b6b1 /manual/platform/keymap-cowond2.tex
parent68054481958397a2ef348cbb19333b5c188adec9 (diff)
downloadrockbox-9081c9958b40b73f9af774ab884760dfe13c8fdf.tar.gz
rockbox-9081c9958b40b73f9af774ab884760dfe13c8fdf.zip
Add the plugin lib actions to the manual keymap files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26377 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/keymap-cowond2.tex')
-rw-r--r--manual/platform/keymap-cowond2.tex14
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 @@
96%Button actions, Bookmark screen context 96%Button actions, Bookmark screen context
97\newcommand{\ActionBmDelete}{\TouchActionBmDelete} 97\newcommand{\ActionBmDelete}{\TouchActionBmDelete}
98 98
99%Plugin lib actions
100\newcommand{\PluginUp}{\TouchTopMiddle}
101\newcommand{\PluginDown}{\TouchBottomMidde}
102\newcommand{\PluginLeft}{\TouchMidLeft}
103\newcommand{\PluginRight}{\TouchMidRight}
104\newcommand{\PluginUpRepeat}{Long \TouchTopMiddle}
105\newcommand{\PluginDownRepeat}{Long \TouchBottomMidde}
106\newcommand{\PluginLeftRepeat}{Long \TouchMidLeft}
107\newcommand{\PluginRightRepeat}{Long \TouchMidRight}
108\newcommand{\PluginCancel}{\ButtonPower or \TouchBottomRight}
109\newcommand{\PluginExit}{Long \ButtonPower}
110\newcommand{\PluginSelect}{\ButtonMinus or TouchCenter}
111\newcommand{\PluginSelectRepeat}{Long \ButtonMinus or Long \TouchCenter}
112