From 9081c9958b40b73f9af774ab884760dfe13c8fdf Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Sat, 29 May 2010 15:23:01 +0000 Subject: 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 --- manual/platform/keymap-ipod3g.tex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'manual/platform/keymap-ipod3g.tex') diff --git a/manual/platform/keymap-ipod3g.tex b/manual/platform/keymap-ipod3g.tex index 1b6a1dba20..40cd99f2dd 100644 --- a/manual/platform/keymap-ipod3g.tex +++ b/manual/platform/keymap-ipod3g.tex @@ -82,3 +82,22 @@ %Button actions, Bookmark screen context \newcommand{\ActionBmDelete}{Long \ButtonMenu} + +%Plugin lib actions +\newcommand{\PluginUp}{\ButtonMenu} +\newcommand{\PluginDown}{\ButtonPlay} +\newcommand{\PluginLeft}{\ButtonLeft} +\newcommand{\PluginRight}{\ButtonRight} +\newcommand{\PluginUpRepeat}{Long \ButtonMenu} +\newcommand{\PluginDownRepeat}{Long \ButtonPlay} +\newcommand{\PluginLeftRepeat}{Long \ButtonLeft} +\newcommand{\PluginRightRepeat}{Long \ButtonRight} +\newcommand{\PluginCancel}{\ButtonMenu + \ButtonSelect} +\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect} +\newcommand{\PluginSelect}{\ButtonSelect} +\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} + +\newcommand{\PluginScrollFwd}{\ButtonScrollFwd} +\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd} +\newcommand{\PluginScrollBack}{\ButtonScrollBack} +\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack} -- cgit