summaryrefslogtreecommitdiff
path: root/manual/platform/player.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/player.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/player.tex')
-rw-r--r--manual/platform/player.tex26
1 files changed, 26 insertions, 0 deletions
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 @@
21\newcommand{\ButtonMenu}{Menu} 21\newcommand{\ButtonMenu}{Menu}
22\newcommand{\ButtonPlay}{Play} 22\newcommand{\ButtonPlay}{Play}
23\newcommand{\ButtonStop}{Stop} 23\newcommand{\ButtonStop}{Stop}
24
25%Button actions, standard context
26\newcommand{\ActionStdPrev}{\ButtonLeft}
27\newcommand{\ActionStdPrevRepeat}{Long \ButtonLeft}
28\newcommand{\ActionStdNext}{\ButtonRight}
29\newcommand{\ActionStdNextRepeat}{Long \ButtonRight}
30\newcommand{\ActionStdCancel}{\ButtonStop}
31\newcommand{\ActionStdContext}{Long \ButtonPlay}
32\newcommand{\ActionStdMenu}{\ButtonMenu}
33\newcommand{\ActionStdOk}{\ButtonPlay}
34
35%Button actions, wps context
36\newcommand{\ActionWpsPlay}{\ButtonPlay}
37\newcommand{\ActionWpsSkipNext}{\ButtonRight}
38\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
39\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
40\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
41
42\newcommand{\ActionWpsStop}{\ButtonStop}
43\newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft}
44\newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight}
45
46\newcommand{\ActionWpsMenu}{\ButtonMenu}
47\newcommand{\ActionWpsContext}{Long \ButtonPlay}
48\newcommand{\ActionWpsBrowse}{\ButtonOn}
49\newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn}