From 0e07eff13f50f2a428e7380213d6377498ca7557 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Wed, 16 Aug 2006 15:16:15 +0000 Subject: Add action maps for the standard and wps contexts. Add an option for HAVE_LCD_REMOTE as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10615 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/player.tex | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'manual/platform/player.tex') diff --git a/manual/platform/player.tex b/manual/platform/player.tex index 48487285b6..16a0e39a89 100644 --- a/manual/platform/player.tex +++ b/manual/platform/player.tex @@ -21,3 +21,29 @@ \newcommand{\ButtonMenu}{Menu} \newcommand{\ButtonPlay}{Play} \newcommand{\ButtonStop}{Stop} + +%Button actions, standard context +\newcommand{\ActionStdPrev}{\ButtonLeft} +\newcommand{\ActionStdPrevRepeat}{Long \ButtonLeft} +\newcommand{\ActionStdNext}{\ButtonRight} +\newcommand{\ActionStdNextRepeat}{Long \ButtonRight} +\newcommand{\ActionStdCancel}{\ButtonStop} +\newcommand{\ActionStdContext}{Long \ButtonPlay} +\newcommand{\ActionStdMenu}{\ButtonMenu} +\newcommand{\ActionStdOk}{\ButtonPlay} + +%Button actions, wps context +\newcommand{\ActionWpsPlay}{\ButtonPlay} +\newcommand{\ActionWpsSkipNext}{\ButtonRight} +\newcommand{\ActionWpsSkipPrev}{\ButtonLeft} +\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} +\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} + +\newcommand{\ActionWpsStop}{\ButtonStop} +\newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft} +\newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight} + +\newcommand{\ActionWpsMenu}{\ButtonMenu} +\newcommand{\ActionWpsContext}{Long \ButtonPlay} +\newcommand{\ActionWpsBrowse}{\ButtonOn} +\newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn} -- cgit v1.2.3