diff options
author | Alex Parker <rockbox@aeparker.com> | 2010-05-29 15:23:01 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2010-05-29 15:23:01 +0000 |
commit | 9081c9958b40b73f9af774ab884760dfe13c8fdf (patch) | |
tree | c304bdaf71780d10822f0eb8b93da9c266f0b6b1 /manual/platform/keymap-sansafuze.tex | |
parent | 68054481958397a2ef348cbb19333b5c188adec9 (diff) |
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-sansafuze.tex')
-rw-r--r-- | manual/platform/keymap-sansafuze.tex | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/manual/platform/keymap-sansafuze.tex b/manual/platform/keymap-sansafuze.tex index ab240e5cbf..4c0d289031 100644 --- a/manual/platform/keymap-sansafuze.tex +++ b/manual/platform/keymap-sansafuze.tex @@ -116,3 +116,22 @@ \newcommand{\ActionAlarmCancel}{\ButtonLeft} \newcommand{\ActionAlarmHoursInc}{\ButtonDown} \newcommand{\ActionAlarmHoursDec}{\ButtonUp} + +%Plugin lib actions +\newcommand{\PluginUp}{\ButtonUp} +\newcommand{\PluginDown}{\ButtonDown} +\newcommand{\PluginLeft}{\ButtonLeft} +\newcommand{\PluginRight}{\ButtonRight} +\newcommand{\PluginUpRepeat}{Long \ButtonUp} +\newcommand{\PluginDownRepeat}{Long \ButtonDown} +\newcommand{\PluginLeftRepeat}{Long \ButtonLeft} +\newcommand{\PluginRightRepeat}{Long \ButtonRight} +\newcommand{\PluginCancel}{\ButtonHome} +\newcommand{\PluginExit}{Long \ButtonHome} +\newcommand{\PluginSelect}{\ButtonSelect} +\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} + +\newcommand{\PluginScrollFwd}{\ButtonScrollFwd} +\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd} +\newcommand{\PluginScrollBack}{\ButtonScrollBack} +\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack} |