summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/configure_rockbox/system_options.tex11
-rw-r--r--manual/platform/e200.tex4
-rw-r--r--manual/platform/gigabeatf.tex4
-rw-r--r--manual/platform/h10.tex4
-rw-r--r--manual/platform/h10_5gb.tex4
-rw-r--r--manual/platform/h1xx.tex4
-rw-r--r--manual/platform/h300.tex4
-rw-r--r--manual/platform/ipod3g.tex4
-rw-r--r--manual/platform/ipod4g.tex4
-rw-r--r--manual/platform/ipodcolor.tex4
-rw-r--r--manual/platform/ipodmini.tex4
-rw-r--r--manual/platform/ipodnano.tex4
-rw-r--r--manual/platform/ipodvideo.tex4
-rw-r--r--manual/platform/ondiofm.tex4
-rw-r--r--manual/platform/ondiosp.tex4
-rw-r--r--manual/platform/player.tex4
-rw-r--r--manual/platform/recorder.tex4
-rw-r--r--manual/platform/recorderv2fm.tex4
-rw-r--r--manual/platform/x5.tex4
19 files changed, 78 insertions, 5 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 16e0a32f55..006a2d24e9 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -88,12 +88,13 @@ available.
88\opt{HAVE_RTC_ALARM}{ 88\opt{HAVE_RTC_ALARM}{
89\subsection{Wake Up alarm} 89\subsection{Wake Up alarm}
90 This option turns the \dap{} off and then starts it up again at the 90 This option turns the \dap{} off and then starts it up again at the
91 specified time. This is most useful when combined with the \setting{Resume} 91 specified time. This is most useful when combined with
92 setting in the \setting{Playback Options} menu is set to \setting{Yes}, so 92 \setting{Start Screen} set to \setting{Resume Playback}, so
93 that the \dap{} wakes up and immediately starts playing music. Use 93 that the \dap{} wakes up and immediately starts playing music. Use
94 \ButtonLeft{} and \ButtonRight{} to adjust the minutes setting, \ButtonUp{} 94 \ActionSettingInc{} and \ActionSettingDec to adjust the minutes setting,
95 and \ButtonDown{} to adjust the HOURS. 95 \ButtonLeft{} and \ButtonRight{} to adjust the HOURS.
96 \ButtonPlay{} confirms the alarm and shuts your \dap{} down, and \ButtonOff 96 \ButtonPlay{} confirms the alarm and shuts your \dap{} down, and
97 \opt{RECORDER_PAD}{\ButtonOff}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
97 cancels setting an alarm. If the \dap{} is turned on again before the alarm 98 cancels setting an alarm. If the \dap{} is turned on again before the alarm
98 occurs, the alarm will be cancelled. Using this option disables the 99 occurs, the alarm will be cancelled. Using this option disables the
99 \setting{Sleep Timer}. 100 \setting{Sleep Timer}.
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index 3be89c8c51..79649d2326 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -70,6 +70,10 @@
70%Button actions, YesNo context 70%Button actions, YesNo context
71\newcommand{\ActionYesNoAccept}{\ButtonSelect} 71\newcommand{\ActionYesNoAccept}{\ButtonSelect}
72 72
73%Button actions, Setting context
74\newcommand{\ActionSettingInc}{\ButtonScrollUp}
75\newcommand{\ActionSettingDec}{\ButtonScrollDown}
76
73%Button actions, Virtual Keyboard Context 77%Button actions, Virtual Keyboard Context
74\newcommand{\ActionKbdLeft}{\ButtonLeft} 78\newcommand{\ActionKbdLeft}{\ButtonLeft}
75\newcommand{\ActionKbdRight}{\ButtonRight} 79\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex
index 00488ab131..8b2e8d49ed 100644
--- a/manual/platform/gigabeatf.tex
+++ b/manual/platform/gigabeatf.tex
@@ -69,6 +69,10 @@
69%Button actions, YesNo context 69%Button actions, YesNo context
70\newcommand{\ActionYesNoAccept}{\ButtonSelect} 70\newcommand{\ActionYesNoAccept}{\ButtonSelect}
71 71
72%Button actions, Setting context
73\newcommand{\ActionSettingInc}{\ButtonUp}
74\newcommand{\ActionSettingDec}{\ButtonDown}
75
72%Button actions, Virtual Keyboard Context 76%Button actions, Virtual Keyboard Context
73\newcommand{\ActionKbdLeft}{\ButtonLeft} 77\newcommand{\ActionKbdLeft}{\ButtonLeft}
74\newcommand{\ActionKbdRight}{\ButtonRight} 78\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index 8b57e0dc1c..f5ec202ab2 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -67,6 +67,10 @@
67%Button actions, YesNo context 67%Button actions, YesNo context
68\newcommand{\ActionYesNoAccept}{\ButtonRight} 68\newcommand{\ActionYesNoAccept}{\ButtonRight}
69 69
70%Button actions, Setting context
71\newcommand{\ActionSettingInc}{\ButtonScrollUp}
72\newcommand{\ActionSettingDec}{\ButtonScrollDown}
73
70%Button actions, Virtual Keyboard Context 74%Button actions, Virtual Keyboard Context
71\newcommand{\ActionKbdLeft}{\ButtonLeft} 75\newcommand{\ActionKbdLeft}{\ButtonLeft}
72\newcommand{\ActionKbdRight}{\ButtonRight} 76\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index f4a34f625d..bf880db499 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -67,6 +67,10 @@
67%Button actions, YesNo context 67%Button actions, YesNo context
68\newcommand{\ActionYesNoAccept}{\ButtonRight} 68\newcommand{\ActionYesNoAccept}{\ButtonRight}
69 69
70%Button actions, Setting context
71\newcommand{\ActionSettingInc}{\ButtonScrollUp}
72\newcommand{\ActionSettingDec}{\ButtonScrollDown}
73
70%Button actions, Virtual Keyboard Context 74%Button actions, Virtual Keyboard Context
71\newcommand{\ActionKbdLeft}{\ButtonLeft} 75\newcommand{\ActionKbdLeft}{\ButtonLeft}
72\newcommand{\ActionKbdRight}{\ButtonRight} 76\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 1285a02f22..69cbb35c41 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -70,6 +70,10 @@
70%Button actions, YesNo context 70%Button actions, YesNo context
71\newcommand{\ActionYesNoAccept}{\ButtonSelect} 71\newcommand{\ActionYesNoAccept}{\ButtonSelect}
72 72
73%Button actions, Setting context
74\newcommand{\ActionSettingInc}{\ButtonUp}
75\newcommand{\ActionSettingDec}{\ButtonDown}
76
73%Button actions, Virtual Keyboard Context 77%Button actions, Virtual Keyboard Context
74\newcommand{\ActionKbdLeft}{\ButtonLeft} 78\newcommand{\ActionKbdLeft}{\ButtonLeft}
75\newcommand{\ActionKbdRight}{\ButtonRight} 79\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 1ce2d86608..5b196e2460 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -72,6 +72,10 @@
72%Button actions, YesNo context 72%Button actions, YesNo context
73\newcommand{\ActionYesNoAccept}{\ButtonSelect} 73\newcommand{\ActionYesNoAccept}{\ButtonSelect}
74 74
75%Button actions, Setting context
76\newcommand{\ActionSettingInc}{\ButtonUp}
77\newcommand{\ActionSettingDec}{\ButtonDown}
78
75%Button actions, Virtual Keyboard Context 79%Button actions, Virtual Keyboard Context
76\newcommand{\ActionKbdLeft}{\ButtonLeft} 80\newcommand{\ActionKbdLeft}{\ButtonLeft}
77\newcommand{\ActionKbdRight}{\ButtonRight} 81\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index ace87a857b..c294ee8960 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -64,6 +64,10 @@
64%Button actions, YesNo context 64%Button actions, YesNo context
65\newcommand{\ActionYesNoAccept}{\ButtonPlay} 65\newcommand{\ActionYesNoAccept}{\ButtonPlay}
66 66
67%Button actions, Setting context
68\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
69\newcommand{\ActionSettingDec}{\ButtonScrollBack}
70
67%Button actions, Virtual Keyboard Context 71%Button actions, Virtual Keyboard Context
68\newcommand{\ActionKbdLeft}{\ButtonLeft} 72\newcommand{\ActionKbdLeft}{\ButtonLeft}
69\newcommand{\ActionKbdRight}{\ButtonRight} 73\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 782117a60d..91fc77196a 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -64,6 +64,10 @@
64%Button actions, YesNo context 64%Button actions, YesNo context
65\newcommand{\ActionYesNoAccept}{\ButtonPlay} 65\newcommand{\ActionYesNoAccept}{\ButtonPlay}
66 66
67%Button actions, Setting context
68\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
69\newcommand{\ActionSettingDec}{\ButtonScrollBack}
70
67%Button actions, Virtual Keyboard Context 71%Button actions, Virtual Keyboard Context
68\newcommand{\ActionKbdLeft}{\ButtonLeft} 72\newcommand{\ActionKbdLeft}{\ButtonLeft}
69\newcommand{\ActionKbdRight}{\ButtonRight} 73\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 7ed7d64ea9..4179ca56c9 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -65,6 +65,10 @@
65%Button actions, YesNo context 65%Button actions, YesNo context
66\newcommand{\ActionYesNoAccept}{\ButtonPlay} 66\newcommand{\ActionYesNoAccept}{\ButtonPlay}
67 67
68%Button actions, Setting context
69\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
70\newcommand{\ActionSettingDec}{\ButtonScrollBack}
71
68%Button actions, Virtual Keyboard Context 72%Button actions, Virtual Keyboard Context
69\newcommand{\ActionKbdLeft}{\ButtonLeft} 73\newcommand{\ActionKbdLeft}{\ButtonLeft}
70\newcommand{\ActionKbdRight}{\ButtonRight} 74\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index 4237a292d0..5391c945c6 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -64,6 +64,10 @@
64%Button actions, YesNo context 64%Button actions, YesNo context
65\newcommand{\ActionYesNoAccept}{\ButtonPlay} 65\newcommand{\ActionYesNoAccept}{\ButtonPlay}
66 66
67%Button actions, Setting context
68\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
69\newcommand{\ActionSettingDec}{\ButtonScrollBack}
70
67%Button actions, Virtual Keyboard Context 71%Button actions, Virtual Keyboard Context
68\newcommand{\ActionKbdLeft}{\ButtonLeft} 72\newcommand{\ActionKbdLeft}{\ButtonLeft}
69\newcommand{\ActionKbdRight}{\ButtonRight} 73\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index b7ff61595a..ecb6a0dd2b 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -65,6 +65,10 @@
65%Button actions, YesNo context 65%Button actions, YesNo context
66\newcommand{\ActionYesNoAccept}{\ButtonPlay} 66\newcommand{\ActionYesNoAccept}{\ButtonPlay}
67 67
68%Button actions, Setting context
69\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
70\newcommand{\ActionSettingDec}{\ButtonScrollBack}
71
68%Button actions, Virtual Keyboard Context 72%Button actions, Virtual Keyboard Context
69\newcommand{\ActionKbdLeft}{\ButtonLeft} 73\newcommand{\ActionKbdLeft}{\ButtonLeft}
70\newcommand{\ActionKbdRight}{\ButtonRight} 74\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 1eed11df2c..55de4c06d4 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -65,6 +65,10 @@
65%Button actions, YesNo context 65%Button actions, YesNo context
66\newcommand{\ActionYesNoAccept}{\ButtonPlay} 66\newcommand{\ActionYesNoAccept}{\ButtonPlay}
67 67
68%Button actions, Setting context
69\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
70\newcommand{\ActionSettingDec}{\ButtonScrollBack}
71
68%Button actions, Virtual Keyboard Context 72%Button actions, Virtual Keyboard Context
69\newcommand{\ActionKbdLeft}{\ButtonLeft} 73\newcommand{\ActionKbdLeft}{\ButtonLeft}
70\newcommand{\ActionKbdRight}{\ButtonRight} 74\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index b5aa978102..1bcfd924e4 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -60,6 +60,10 @@
60%Button actions, YesNo context 60%Button actions, YesNo context
61\newcommand{\ActionYesNoAccept}{\ButtonRight} 61\newcommand{\ActionYesNoAccept}{\ButtonRight}
62 62
63%Button actions, Setting context
64\newcommand{\ActionSettingInc}{\ButtonUp}
65\newcommand{\ActionSettingDec}{\ButtonDown}
66
63%Button actions, Pitch Screen context 67%Button actions, Pitch Screen context
64\newcommand{\ActionPsToggleMode}{Long \ButtonMenu} 68\newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
65\newcommand{\ActionPsIncSmall}{\ButtonUp} 69\newcommand{\ActionPsIncSmall}{\ButtonUp}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 9739e90b81..e984397ef7 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -57,6 +57,10 @@
57%Button actions, YesNo context 57%Button actions, YesNo context
58\newcommand{\ActionYesNoAccept}{\ButtonRight} 58\newcommand{\ActionYesNoAccept}{\ButtonRight}
59 59
60%Button actions, Setting context
61\newcommand{\ActionSettingInc}{\ButtonUp}
62\newcommand{\ActionSettingDec}{\ButtonDown}
63
60%Button actions, Pitch Screen context 64%Button actions, Pitch Screen context
61\newcommand{\ActionPsToggleMode}{Long \ButtonMenu} 65\newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
62\newcommand{\ActionPsIncSmall}{\ButtonUp} 66\newcommand{\ActionPsIncSmall}{\ButtonUp}
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index fb5b56e722..d42c2c1c70 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -56,3 +56,7 @@
56 56
57%Button actions, YesNo context 57%Button actions, YesNo context
58\newcommand{\ActionYesNoAccept}{\ButtonPlay} 58\newcommand{\ActionYesNoAccept}{\ButtonPlay}
59
60%Button actions, Setting context
61\newcommand{\ActionSettingInc}{\ButtonRight}
62\newcommand{\ActionSettingDec}{\ButtonLeft}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index 748d9caf24..b8da5faf28 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -67,6 +67,10 @@
67%Button actions, YesNo context 67%Button actions, YesNo context
68\newcommand{\ActionYesNoAccept}{\ButtonPlay} 68\newcommand{\ActionYesNoAccept}{\ButtonPlay}
69 69
70%Button actions, Setting context
71\newcommand{\ActionSettingInc}{\ButtonUp}
72\newcommand{\ActionSettingDec}{\ButtonDown}
73
70%Button actions, Virtual Keyboard Context 74%Button actions, Virtual Keyboard Context
71\newcommand{\ActionKbdLeft}{\ButtonLeft} 75\newcommand{\ActionKbdLeft}{\ButtonLeft}
72\newcommand{\ActionKbdRight}{\ButtonRight} 76\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index d11bb3b9a1..7b93efbf37 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -68,6 +68,10 @@
68%Button actions, YesNo context 68%Button actions, YesNo context
69\newcommand{\ActionYesNoAccept}{\ButtonPlay} 69\newcommand{\ActionYesNoAccept}{\ButtonPlay}
70 70
71%Button actions, Setting context
72\newcommand{\ActionSettingInc}{\ButtonUp}
73\newcommand{\ActionSettingDec}{\ButtonDown}
74
71%Button actions, Virtual Keyboard Context 75%Button actions, Virtual Keyboard Context
72\newcommand{\ActionKbdLeft}{\ButtonLeft} 76\newcommand{\ActionKbdLeft}{\ButtonLeft}
73\newcommand{\ActionKbdRight}{\ButtonRight} 77\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index dd78bdf9cf..2db46e48ac 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -66,6 +66,10 @@
66%Button actions, YesNo context 66%Button actions, YesNo context
67\newcommand{\ActionYesNoAccept}{\ButtonSelect} 67\newcommand{\ActionYesNoAccept}{\ButtonSelect}
68 68
69%Button actions, Setting context
70\newcommand{\ActionSettingInc}{\ButtonUp}
71\newcommand{\ActionSettingDec}{\ButtonDown}
72
69%Button actions, Virtual Keyboard Context 73%Button actions, Virtual Keyboard Context
70\newcommand{\ActionKbdLeft}{\ButtonLeft} 74\newcommand{\ActionKbdLeft}{\ButtonLeft}
71\newcommand{\ActionKbdRight}{\ButtonRight} 75\newcommand{\ActionKbdRight}{\ButtonRight}