summaryrefslogtreecommitdiff
path: root/manual/platform/ipod4g.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/ipod4g.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/ipod4g.tex')
-rw-r--r--manual/platform/ipod4g.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 53843a8500..6c7fa839fb 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -24,3 +24,31 @@
24\newcommand{\ButtonSelect}{Select} 24\newcommand{\ButtonSelect}{Select}
25\newcommand{\ButtonScrollFwd}{Scroll Fwd} 25\newcommand{\ButtonScrollFwd}{Scroll Fwd}
26\newcommand{\ButtonScrollBack}{Scroll Back} 26\newcommand{\ButtonScrollBack}{Scroll Back}
27
28%Button actions, standard context
29\newcommand{\ActionStdPrev}{\ButtonScrollBack}
30\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
31\newcommand{\ActionStdNext}{\ButtonScrollFwd}
32\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
33\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
34\newcommand{\ActionStdContext}{Long \ButtonSelect}
35\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
36\newcommand{\ActionStdMenu}{\ButtonMenu}
37\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
38
39%Button actions, wps context
40\newcommand{\ActionWpsPlay}{\ButtonPlay}
41\newcommand{\ActionWpsSkipNext}{\ButtonRight}
42\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
43\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
44\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
45
46\newcommand{\ActionWpsStop}{Long \ButtonPlay}
47\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
48\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
49
50\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
51\newcommand{\ActionWpsMenu}{\ButtonMenu}
52\newcommand{\ActionWpsContext}{Long \ButtonSelect}
53\newcommand{\ActionWpsBrowse}{\ButtonSelect}
54