summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-10-07 15:02:19 +0000
committerNils Wallménius <nils@rockbox.org>2007-10-07 15:02:19 +0000
commit1dd9febe0edfeecacda3688e1e8dea54123113e4 (patch)
tree6323f604e6a40a188f561f78f1ab2e1c7371f658 /manual
parent5f1ec307db83e4980ffc60b9052a53ff9da13dab (diff)
downloadrockbox-1dd9febe0edfeecacda3688e1e8dea54123113e4.tar.gz
rockbox-1dd9febe0edfeecacda3688e1e8dea54123113e4.zip
Add new action descriptions for the alarm screen, correct the buttons for ipods and add a short description of the 'alarm wake up screen'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15017 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/configure_rockbox/system_options.tex24
-rw-r--r--manual/platform/ipod1g2g.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/recorderv2fm.tex4
9 files changed, 44 insertions, 12 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index de3be467c8..5017436c0b 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -86,18 +86,18 @@ minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are
86available. 86available.
87 87
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 91 specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
92 \setting{Start Screen} set to \setting{Resume Playback}, so 92 the minutes setting, \ButtonLeft{} and \ButtonRight{} to adjust the hours.
93 that the \dap{} wakes up and immediately starts playing music. Use 93 \ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
94 \ActionSettingInc{} and \ActionSettingDec to adjust the minutes setting, 94 \ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
95 \ButtonLeft{} and \ButtonRight{} to adjust the HOURS. 95 again before the alarm occurs, the alarm will be cancelled. Using this
96 \ButtonPlay{} confirms the alarm and shuts your \dap{} down, and 96 option disables the \setting{Sleep Timer}.
97 \opt{RECORDER_PAD}{\ButtonOff}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 97
98 cancels setting an alarm. If the \dap{} is turned on again before the alarm 98 \subsection{Alarm Wake up Screen}
99 occurs, the alarm will be cancelled. Using this option disables the 99 This option controls what the \dap{} does when it is woken up by the alarm.
100 \setting{Sleep Timer}. 100
101} 101}
102 102
103\subsection{Limits} 103\subsection{Limits}
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex
index 6721d36880..ea6db7dc81 100644
--- a/manual/platform/ipod1g2g.tex
+++ b/manual/platform/ipod1g2g.tex
@@ -70,6 +70,10 @@
70\newcommand{\ActionSettingInc}{\ButtonScrollFwd} 70\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
71\newcommand{\ActionSettingDec}{\ButtonScrollBack} 71\newcommand{\ActionSettingDec}{\ButtonScrollBack}
72 72
73%Button actions, Alarm screen
74\newcommand{\ActionAlarmSet}{\ButtonSelect}
75\newcommand{\ActionAlarmCancel}{\ButtonMenu}
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/ipod3g.tex b/manual/platform/ipod3g.tex
index daf8c5dbfd..ac3300442f 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -70,6 +70,10 @@
70\newcommand{\ActionSettingInc}{\ButtonScrollFwd} 70\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
71\newcommand{\ActionSettingDec}{\ButtonScrollBack} 71\newcommand{\ActionSettingDec}{\ButtonScrollBack}
72 72
73%Button actions, Alarm screen
74\newcommand{\ActionAlarmSet}{\ButtonSelect}
75\newcommand{\ActionAlarmCancel}{\ButtonMenu}
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/ipod4g.tex b/manual/platform/ipod4g.tex
index 7311161bce..840228814d 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -70,6 +70,10 @@
70\newcommand{\ActionSettingInc}{\ButtonScrollFwd} 70\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
71\newcommand{\ActionSettingDec}{\ButtonScrollBack} 71\newcommand{\ActionSettingDec}{\ButtonScrollBack}
72 72
73%Button actions, Alarm screen
74\newcommand{\ActionAlarmSet}{\ButtonSelect}
75\newcommand{\ActionAlarmCancel}{\ButtonMenu}
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/ipodcolor.tex b/manual/platform/ipodcolor.tex
index e8ca47cf65..5aa3727e4e 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -71,6 +71,10 @@
71\newcommand{\ActionSettingInc}{\ButtonScrollFwd} 71\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
72\newcommand{\ActionSettingDec}{\ButtonScrollBack} 72\newcommand{\ActionSettingDec}{\ButtonScrollBack}
73 73
74%Button actions, Alarm screen
75\newcommand{\ActionAlarmSet}{\ButtonSelect}
76\newcommand{\ActionAlarmCancel}{\ButtonMenu}
77
74%Button actions, Virtual Keyboard Context 78%Button actions, Virtual Keyboard Context
75\newcommand{\ActionKbdLeft}{\ButtonLeft} 79\newcommand{\ActionKbdLeft}{\ButtonLeft}
76\newcommand{\ActionKbdRight}{\ButtonRight} 80\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index 0c23a1de61..dcb0e83af2 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -70,6 +70,10 @@
70\newcommand{\ActionSettingInc}{\ButtonScrollFwd} 70\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
71\newcommand{\ActionSettingDec}{\ButtonScrollBack} 71\newcommand{\ActionSettingDec}{\ButtonScrollBack}
72 72
73%Button actions, Alarm screen
74\newcommand{\ActionAlarmSet}{\ButtonSelect}
75\newcommand{\ActionAlarmCancel}{\ButtonMenu}
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/ipodnano.tex b/manual/platform/ipodnano.tex
index 437c354d4b..fe9645fbd2 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -71,6 +71,10 @@
71\newcommand{\ActionSettingInc}{\ButtonScrollFwd} 71\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
72\newcommand{\ActionSettingDec}{\ButtonScrollBack} 72\newcommand{\ActionSettingDec}{\ButtonScrollBack}
73 73
74%Button actions, Alarm screen
75\newcommand{\ActionAlarmSet}{\ButtonSelect}
76\newcommand{\ActionAlarmCancel}{\ButtonMenu}
77
74%Button actions, Virtual Keyboard Context 78%Button actions, Virtual Keyboard Context
75\newcommand{\ActionKbdLeft}{\ButtonLeft} 79\newcommand{\ActionKbdLeft}{\ButtonLeft}
76\newcommand{\ActionKbdRight}{\ButtonRight} 80\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index fc5ec28839..dc1314b41d 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -71,6 +71,10 @@
71\newcommand{\ActionSettingInc}{\ButtonScrollFwd} 71\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
72\newcommand{\ActionSettingDec}{\ButtonScrollBack} 72\newcommand{\ActionSettingDec}{\ButtonScrollBack}
73 73
74%Button actions, Alarm screen
75\newcommand{\ActionAlarmSet}{\ButtonSelect}
76\newcommand{\ActionAlarmCancel}{\ButtonMenu}
77
74%Button actions, Virtual Keyboard Context 78%Button actions, Virtual Keyboard Context
75\newcommand{\ActionKbdLeft}{\ButtonLeft} 79\newcommand{\ActionKbdLeft}{\ButtonLeft}
76\newcommand{\ActionKbdRight}{\ButtonRight} 80\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index 3d8ede9ecf..d652056794 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -77,6 +77,10 @@
77\newcommand{\ActionSettingInc}{\ButtonUp} 77\newcommand{\ActionSettingInc}{\ButtonUp}
78\newcommand{\ActionSettingDec}{\ButtonDown} 78\newcommand{\ActionSettingDec}{\ButtonDown}
79 79
80%Button actions, Alarm screen
81\newcommand{\ActionAlarmSet}{\ButtonPlay}
82\newcommand{\ActionAlarmCancel}{\ButtonOff}
83
80%Button actions, Virtual Keyboard Context 84%Button actions, Virtual Keyboard Context
81\newcommand{\ActionKbdLeft}{\ButtonLeft} 85\newcommand{\ActionKbdLeft}{\ButtonLeft}
82\newcommand{\ActionKbdRight}{\ButtonRight} 86\newcommand{\ActionKbdRight}{\ButtonRight}