summaryrefslogtreecommitdiff
path: root/manual/platform/x5.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-16 15:16:15 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-16 15:16:15 +0000
commit0e07eff13f50f2a428e7380213d6377498ca7557 (patch)
treed54d6fc35fcb24b6175ae81cd34ccdc725e57e5a /manual/platform/x5.tex
parentf7db043fbc4f31f65f34601b39ba05a9e5e53a39 (diff)
downloadrockbox-0e07eff13f50f2a428e7380213d6377498ca7557.tar.gz
rockbox-0e07eff13f50f2a428e7380213d6377498ca7557.zip
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
Diffstat (limited to 'manual/platform/x5.tex')
-rw-r--r--manual/platform/x5.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index a95edcf5da..688bea1d5e 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -28,3 +28,31 @@
28\newcommand{\ButtonPower}{Power} 28\newcommand{\ButtonPower}{Power}
29\newcommand{\ButtonRec}{Rec} 29\newcommand{\ButtonRec}{Rec}
30\newcommand{\ButtonPlay}{Play} 30\newcommand{\ButtonPlay}{Play}
31
32%Button actions, standard context
33\newcommand{\ActionStdPrev}{\ButtonUp}
34\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
35\newcommand{\ActionStdNext}{\ButtonDown}
36\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
37\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
38\newcommand{\ActionStdContext}{Long \ButtonSelect}
39\newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
40\newcommand{\ActionStdMenu}{\ButtonRec}
41\newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
42
43%Button actions, wps context
44\newcommand{\ActionWpsPlay}{\ButtonPlay}
45\newcommand{\ActionWpsStop}{Long \ButtonPlay}
46\newcommand{\ActionWpsSkipNext}{\ButtonRight}
47\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
49\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
50
51\newcommand{\ActionWpsVolDown}{\ButtonDown}
52\newcommand{\ActionWpsVolUp}{\ButtonUp}
53\newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
54\newcommand{\ActionWpsMenu}{\ButtonRec}
55\newcommand{\ActionWpsContext}{Long \ButtonSelect}
56\newcommand{\ActionWpsBrowse}{\ButtonSelect}
57
58