summaryrefslogtreecommitdiff
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
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
-rw-r--r--manual/platform/h1xx.tex30
-rw-r--r--manual/platform/h300.tex31
-rw-r--r--manual/platform/ipod4g.tex28
-rw-r--r--manual/platform/ipodcolor.tex27
-rw-r--r--manual/platform/ipodmini.tex27
-rw-r--r--manual/platform/ipodnano.tex28
-rw-r--r--manual/platform/ipodvideo.tex27
-rw-r--r--manual/platform/ondiofm.tex22
-rw-r--r--manual/platform/ondiosp.tex21
-rw-r--r--manual/platform/player.tex26
-rw-r--r--manual/platform/recorder.tex28
-rw-r--r--manual/platform/recorderv2fm.tex27
-rw-r--r--manual/platform/x5.tex28
13 files changed, 350 insertions, 0 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 46b2c48077..d5cc362208 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -5,6 +5,7 @@
5\edef\UseOption{\UseOption,CONFIG_TUNER} 5\edef\UseOption{\UseOption,CONFIG_TUNER}
6\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
7\edef\UseOption{\UseOption,IRIVER_H100_PAD} 7\edef\UseOption{\UseOption,IRIVER_H100_PAD}
8\edef\UseOption{\UseOption,HAVE_LCD_REMOTE}
8\edef\UseOption{\UseOption,iriver} 9\edef\UseOption{\UseOption,iriver}
9 10
10\newcommand{\playerman}{Iriver} 11\newcommand{\playerman}{Iriver}
@@ -28,3 +29,32 @@
28\newcommand{\ButtonOn}{Play} 29\newcommand{\ButtonOn}{Play}
29\newcommand{\ButtonOff}{Stop} 30\newcommand{\ButtonOff}{Stop}
30 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 \ButtonOff}
38\newcommand{\ActionStdContext}{Long \ButtonSelect}
39\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
40\newcommand{\ActionStdMenu}{\ButtonMode}
41\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
42
43%Button actions, wps context
44\newcommand{\ActionWpsPlay}{\ButtonOn}
45\newcommand{\ActionWpsSkipNext}{\ButtonRight}
46\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
47\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
48\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
49\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
50\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
51\newcommand{\ActionWpsStop}{\ButtonOff}
52\newcommand{\ActionWpsVolDown}{\ButtonDown}
53\newcommand{\ActionWpsVolUp}{\ButtonUp}
54\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
55\newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
56\newcommand{\ActionWpsMenu}{\ButtonMode}
57\newcommand{\ActionWpsContext}{Long \ButtonSelect}
58\newcommand{\ActionWpsBrowse}{\ButtonSelect}
59\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
60\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index e9af299726..3de174cd71 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -7,6 +7,7 @@
7\edef\UseOption{\UseOption,SWCODEC} 7\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IRIVER_H300_PAD} 8\edef\UseOption{\UseOption,IRIVER_H300_PAD}
9\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 9\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
10\edef\UseOption{\UseOption,HAVE_LCD_REMOTE}
10\edef\UseOption{\UseOption,iriver} 11\edef\UseOption{\UseOption,iriver}
11 12
12\newcommand{\playerman}{Iriver} 13\newcommand{\playerman}{Iriver}
@@ -29,3 +30,33 @@
29\newcommand{\ButtonRec}{Rec} 30\newcommand{\ButtonRec}{Rec}
30\newcommand{\ButtonOn}{Play} 31\newcommand{\ButtonOn}{Play}
31\newcommand{\ButtonOff}{Stop} 32\newcommand{\ButtonOff}{Stop}
33
34%Button actions, standard context
35\newcommand{\ActionStdPrev}{\ButtonUp}
36\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
37\newcommand{\ActionStdNext}{\ButtonDown}
38\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
39\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
40\newcommand{\ActionStdContext}{Long \ButtonSelect}
41\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
42\newcommand{\ActionStdMenu}{\ButtonMode}
43\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
44
45%Button actions, wps context
46\newcommand{\ActionWpsPlay}{\ButtonOn}
47\newcommand{\ActionWpsSkipNext}{\ButtonRight}
48\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
49\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
50\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
51\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
52\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
53\newcommand{\ActionWpsStop}{\ButtonOff}
54\newcommand{\ActionWpsVolDown}{\ButtonDown}
55\newcommand{\ActionWpsVolUp}{\ButtonUp}
56\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
57\newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
58\newcommand{\ActionWpsMenu}{\ButtonMode}
59\newcommand{\ActionWpsContext}{Long \ButtonSelect}
60\newcommand{\ActionWpsBrowse}{\ButtonSelect}
61\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
62\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode} \ No newline at end of file
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
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index f21ab43f4e..98d9ad084c 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -25,3 +25,30 @@
25\newcommand{\ButtonSelect}{Select} 25\newcommand{\ButtonSelect}{Select}
26\newcommand{\ButtonScrollFwd}{Scroll Fwd} 26\newcommand{\ButtonScrollFwd}{Scroll Fwd}
27\newcommand{\ButtonScrollBack}{Scroll Back} 27\newcommand{\ButtonScrollBack}{Scroll Back}
28
29%Button actions, standard context
30\newcommand{\ActionStdPrev}{\ButtonScrollBack}
31\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
32\newcommand{\ActionStdNext}{\ButtonScrollFwd}
33\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
34\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
35\newcommand{\ActionStdContext}{Long \ButtonSelect}
36\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
37\newcommand{\ActionStdMenu}{\ButtonMenu}
38\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
39
40%Button actions, wps context
41\newcommand{\ActionWpsPlay}{\ButtonPlay}
42\newcommand{\ActionWpsSkipNext}{\ButtonRight}
43\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
44\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
45\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
46
47\newcommand{\ActionWpsStop}{Long \ButtonPlay}
48\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
49\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
50
51\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
52\newcommand{\ActionWpsMenu}{\ButtonMenu}
53\newcommand{\ActionWpsContext}{Long \ButtonSelect}
54\newcommand{\ActionWpsBrowse}{\ButtonSelect} \ No newline at end of file
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index f52cea90fa..5daa20152a 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -24,3 +24,30 @@
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}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index a1d6ed633a..b10392aeaf 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -25,3 +25,31 @@
25\newcommand{\ButtonSelect}{Select} 25\newcommand{\ButtonSelect}{Select}
26\newcommand{\ButtonScrollFwd}{Scroll Fwd} 26\newcommand{\ButtonScrollFwd}{Scroll Fwd}
27\newcommand{\ButtonScrollBack}{Scroll Back} 27\newcommand{\ButtonScrollBack}{Scroll Back}
28
29
30%Button actions, standard context
31\newcommand{\ActionStdPrev}{\ButtonScrollBack}
32\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
33\newcommand{\ActionStdNext}{\ButtonScrollFwd}
34\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
35\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
36\newcommand{\ActionStdContext}{Long \ButtonSelect}
37\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
38\newcommand{\ActionStdMenu}{\ButtonMenu}
39\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
40
41%Button actions, wps context
42\newcommand{\ActionWpsPlay}{\ButtonPlay}
43\newcommand{\ActionWpsSkipNext}{\ButtonRight}
44\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
45\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
46\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
47
48\newcommand{\ActionWpsStop}{Long \ButtonPlay}
49\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
50\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
51
52\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
53\newcommand{\ActionWpsMenu}{\ButtonMenu}
54\newcommand{\ActionWpsContext}{Long \ButtonSelect}
55\newcommand{\ActionWpsBrowse}{\ButtonSelect} \ No newline at end of file
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 @@
25\newcommand{\ButtonSelect}{Select} 25\newcommand{\ButtonSelect}{Select}
26\newcommand{\ButtonScrollFwd}{Scroll Fwd} 26\newcommand{\ButtonScrollFwd}{Scroll Fwd}
27\newcommand{\ButtonScrollBack}{Scroll Back} 27\newcommand{\ButtonScrollBack}{Scroll Back}
28
29%Button actions, standard context
30\newcommand{\ActionStdPrev}{\ButtonScrollBack}
31\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
32\newcommand{\ActionStdNext}{\ButtonScrollFwd}
33\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
34\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
35\newcommand{\ActionStdContext}{Long \ButtonSelect}
36\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
37\newcommand{\ActionStdMenu}{\ButtonMenu}
38\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
39
40%Button actions, wps context
41\newcommand{\ActionWpsPlay}{\ButtonPlay}
42\newcommand{\ActionWpsSkipNext}{\ButtonRight}
43\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
44\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
45\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
46
47\newcommand{\ActionWpsStop}{Long \ButtonPlay}
48\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
49\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
50
51\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
52\newcommand{\ActionWpsMenu}{\ButtonMenu}
53\newcommand{\ActionWpsContext}{Long \ButtonSelect}
54\newcommand{\ActionWpsBrowse}{\ButtonSelect} \ No newline at end of file
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index 362e58335a..f9ef7ca435 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -27,3 +27,25 @@
27\newcommand{\ButtonUp}{Up} 27\newcommand{\ButtonUp}{Up}
28\newcommand{\ButtonDown}{Down} 28\newcommand{\ButtonDown}{Down}
29\newcommand{\ButtonMenu}{Mode} 29\newcommand{\ButtonMenu}{Mode}
30
31%Button actions, standard context
32\newcommand{\ActionStdPrev}{\ButtonUp}
33\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
34\newcommand{\ActionStdNext}{\ButtonDown}
35\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
36\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
37\newcommand{\ActionStdContext}{Long \ButtonRight}
38\newcommand{\ActionStdMenu}{Long \ButtonMenu}
39\newcommand{\ActionStdOk}{\ButtonRight}
40
41%Button actions, wps context
42\newcommand{\ActionWpsPlay}{\ButtonOff}
43\newcommand{\ActionWpsSkipNext}{\ButtonRight}
44\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
45\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
46\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
47\newcommand{\ActionWpsStop}{Long \ButtonOff}
48\newcommand{\ActionWpsVolDown}{\ButtonDown}
49\newcommand{\ActionWpsVolUp}{\ButtonUp}
50\newcommand{\ActionWpsContext}{Long \ButtonMenu}
51\newcommand{\ActionWpsBrowse}{\ButtonMenu}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 16ba6909c9..f6ebd1d6a5 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -24,3 +24,24 @@
24\newcommand{\ButtonUp}{Up} 24\newcommand{\ButtonUp}{Up}
25\newcommand{\ButtonDown}{Down} 25\newcommand{\ButtonDown}{Down}
26\newcommand{\ButtonMenu}{Mode} 26\newcommand{\ButtonMenu}{Mode}
27%Button actions, standard context
28\newcommand{\ActionStdPrev}{\ButtonUp}
29\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
30\newcommand{\ActionStdNext}{\ButtonDown}
31\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
32\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
33\newcommand{\ActionStdContext}{Long \ButtonRight}
34\newcommand{\ActionStdMenu}{Long \ButtonMenu}
35\newcommand{\ActionStdOk}{\ButtonRight}
36
37%Button actions, wps context
38\newcommand{\ActionWpsPlay}{\ButtonOff}
39\newcommand{\ActionWpsSkipNext}{\ButtonRight}
40\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
41\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
42\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
43\newcommand{\ActionWpsStop}{Long \ButtonOff}
44\newcommand{\ActionWpsVolDown}{\ButtonDown}
45\newcommand{\ActionWpsVolUp}{\ButtonUp}
46\newcommand{\ActionWpsContext}{Long \ButtonMenu}
47\newcommand{\ActionWpsBrowse}{\ButtonMenu}
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}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index e8c196820e..8620ca1a55 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -11,6 +11,7 @@
11\newcommand{\playertype}{Recorder} 11\newcommand{\playertype}{Recorder}
12\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} 12\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
13\newcommand{\genericimg}{112x64x1} 13\newcommand{\genericimg}{112x64x1}
14
14\newcommand{\specimg}{recorder} 15\newcommand{\specimg}{recorder}
15%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 17\newcommand{\dap}{player}
@@ -28,3 +29,30 @@
28\newcommand{\ButtonFOne}{F1} 29\newcommand{\ButtonFOne}{F1}
29\newcommand{\ButtonFTwo}{F2} 30\newcommand{\ButtonFTwo}{F2}
30\newcommand{\ButtonFThree}{F3} 31\newcommand{\ButtonFThree}{F3}
32
33%Button actions, standard context
34\newcommand{\ActionStdPrev}{\ButtonUp}
35\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
36\newcommand{\ActionStdNext}{\ButtonDown}
37\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
38\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
39\newcommand{\ActionStdContext}{Long \ButtonPlay}
40\newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
41\newcommand{\ActionStdMenu}{\ButtonFOne}
42\newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
43
44%Button actions, wps context
45\newcommand{\ActionWpsPlay}{\ButtonPlay}
46\newcommand{\ActionWpsSkipNext}{\ButtonRight}
47\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
49\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
50\newcommand{\ActionWpsStop}{\ButtonOff}
51\newcommand{\ActionWpsVolDown}{\ButtonDown}
52\newcommand{\ActionWpsVolUp}{\ButtonUp}
53\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
54\newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
55\newcommand{\ActionWpsMenu}{\ButtonFOne}
56\newcommand{\ActionWpsContext}{Long \ButtonPlay}
57\newcommand{\ActionWpsBrowse}{\ButtonOn}
58\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index fc1b0f4b99..24de83a5c0 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -29,3 +29,30 @@
29\newcommand{\ButtonFOne}{F1} 29\newcommand{\ButtonFOne}{F1}
30\newcommand{\ButtonFTwo}{F2} 30\newcommand{\ButtonFTwo}{F2}
31\newcommand{\ButtonFThree}{F3} 31\newcommand{\ButtonFThree}{F3}
32
33%Button actions, standard context
34\newcommand{\ActionStdPrev}{\ButtonUp}
35\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
36\newcommand{\ActionStdNext}{\ButtonDown}
37\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
38\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
39\newcommand{\ActionStdContext}{Long \ButtonPlay}
40\newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
41\newcommand{\ActionStdMenu}{\ButtonFOne}
42\newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
43
44%Button actions, wps context
45\newcommand{\ActionWpsPlay}{\ButtonPlay}
46\newcommand{\ActionWpsSkipNext}{\ButtonRight}
47\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
49\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
50\newcommand{\ActionWpsStop}{\ButtonOff}
51\newcommand{\ActionWpsVolDown}{\ButtonDown}
52\newcommand{\ActionWpsVolUp}{\ButtonUp}
53\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
54\newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
55\newcommand{\ActionWpsMenu}{\ButtonFOne}
56\newcommand{\ActionWpsContext}{Long \ButtonPlay}
57\newcommand{\ActionWpsBrowse}{\ButtonOn}
58\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
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