summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-gigabeatfx.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-gigabeatfx.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-gigabeatfx.tex')
-rw-r--r--manual/platform/keymap-gigabeatfx.tex16
1 files changed, 15 insertions, 1 deletions
diff --git a/manual/platform/keymap-gigabeatfx.tex b/manual/platform/keymap-gigabeatfx.tex
index f2715f08d3..ab761661ec 100644
--- a/manual/platform/keymap-gigabeatfx.tex
+++ b/manual/platform/keymap-gigabeatfx.tex
@@ -86,4 +86,18 @@
86\newcommand{\ActionPsExit}{\ButtonPower} 86\newcommand{\ActionPsExit}{\ButtonPower}
87 87
88%Button actions, Bookmark screen context 88%Button actions, Bookmark screen context
89\newcommand{\ActionBmDelete}{\ButtonA} \ No newline at end of file 89\newcommand{\ActionBmDelete}{\ButtonA}
90
91%Plugin lib actions
92\newcommand{\PluginUp}{\ButtonUp}
93\newcommand{\PluginDown}{\ButtonDown}
94\newcommand{\PluginLeft}{\ButtonLeft}
95\newcommand{\PluginRight}{\ButtonRight}
96\newcommand{\PluginUpRepeat}{Long \ButtonUp}
97\newcommand{\PluginDownRepeat}{Long \ButtonDown}
98\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
99\newcommand{\PluginRightRepeat}{Long \ButtonRight}
100\newcommand{\PluginCancel}{\ButtonPower}
101\newcommand{\PluginExit}{Long \ButtonPower}
102\newcommand{\PluginSelect}{\ButtonSelect}
103\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file