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/ipodvideo.tex | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'manual/platform/ipodvideo.tex') diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index f297c493a1..c0d5ad3aad 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex @@ -25,3 +25,30 @@ \newcommand{\ButtonSelect}{Select} \newcommand{\ButtonScrollFwd}{Scroll Fwd} \newcommand{\ButtonScrollBack}{Scroll Back} + +%Button actions, standard context +\newcommand{\ActionStdPrev}{\ButtonScrollBack} +\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack} +\newcommand{\ActionStdNext}{\ButtonScrollFwd} +\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd} +\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay} +\newcommand{\ActionStdContext}{Long \ButtonSelect} +\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} +\newcommand{\ActionStdMenu}{\ButtonMenu} +\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} + +%Button actions, wps context +\newcommand{\ActionWpsPlay}{\ButtonPlay} +\newcommand{\ActionWpsSkipNext}{\ButtonRight} +\newcommand{\ActionWpsSkipPrev}{\ButtonLeft} +\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} +\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} + +\newcommand{\ActionWpsStop}{Long \ButtonPlay} +\newcommand{\ActionWpsVolDown}{\ButtonScrollBack} +\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd} + +\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} +\newcommand{\ActionWpsMenu}{\ButtonMenu} +\newcommand{\ActionWpsContext}{Long \ButtonSelect} +\newcommand{\ActionWpsBrowse}{\ButtonSelect} \ No newline at end of file -- cgit v1.2.3