1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2007-10-07 15:02:19 +00:00
parent 5f1ec307db
commit 1dd9febe0e
9 changed files with 44 additions and 12 deletions

View file

@ -86,18 +86,18 @@ minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are
available.
\opt{HAVE_RTC_ALARM}{
\subsection{Wake Up alarm}
This option turns the \dap{} off and then starts it up again at the
specified time. This is most useful when combined with
\setting{Start Screen} set to \setting{Resume Playback}, so
that the \dap{} wakes up and immediately starts playing music. Use
\ActionSettingInc{} and \ActionSettingDec to adjust the minutes setting,
\ButtonLeft{} and \ButtonRight{} to adjust the HOURS.
\ButtonPlay{} confirms the alarm and shuts your \dap{} down, and
\opt{RECORDER_PAD}{\ButtonOff}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
cancels setting an alarm. If the \dap{} is turned on again before the alarm
occurs, the alarm will be cancelled. Using this option disables the
\setting{Sleep Timer}.
\subsection{Wake-Up Alarm}
This option turns the \dap{} off and then starts it up again at the
specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
the minutes setting, \ButtonLeft{} and \ButtonRight{} to adjust the hours.
\ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
\ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
again before the alarm occurs, the alarm will be cancelled. Using this
option disables the \setting{Sleep Timer}.
\subsection{Alarm Wake up Screen}
This option controls what the \dap{} does when it is woken up by the alarm.
}
\subsection{Limits}

View file

@ -70,6 +70,10 @@
\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
\newcommand{\ActionSettingDec}{\ButtonScrollBack}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}

View file

@ -70,6 +70,10 @@
\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
\newcommand{\ActionSettingDec}{\ButtonScrollBack}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}

View file

@ -70,6 +70,10 @@
\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
\newcommand{\ActionSettingDec}{\ButtonScrollBack}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}

View file

@ -71,6 +71,10 @@
\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
\newcommand{\ActionSettingDec}{\ButtonScrollBack}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}

View file

@ -70,6 +70,10 @@
\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
\newcommand{\ActionSettingDec}{\ButtonScrollBack}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}

View file

@ -71,6 +71,10 @@
\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
\newcommand{\ActionSettingDec}{\ButtonScrollBack}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}

View file

@ -71,6 +71,10 @@
\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
\newcommand{\ActionSettingDec}{\ButtonScrollBack}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}

View file

@ -77,6 +77,10 @@
\newcommand{\ActionSettingInc}{\ButtonUp}
\newcommand{\ActionSettingDec}{\ButtonDown}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonPlay}
\newcommand{\ActionAlarmCancel}{\ButtonOff}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}