rockbox/manual/plugins/alarmclock.tex
Alex Parker b7330ca295 Correct manual keymaps for plugins recently converted to PLA, and use manual PLA defines for them.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 15:23:22 +00:00

28 lines
923 B
TeX

\subsection{Alarm Clock}
This plugin is an alarm clock, which resumes a paused song at a given time.
\subsubsection{Key configuration}
\begin{btnmap}
\PluginLeft{} / \PluginRight
\opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
& Switch between hours/minutes selection \\
\opt{scrollwheel}{\PluginScrollBack{} / \PluginScrollFwd{} or}
\PluginUp{} / \PluginDown
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
& Increase/Decrease hours/minutes \\
\PluginSelect
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
& Set the alarm \\
\PluginCancel
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
& Exit \\
\end{btnmap}
\subsubsection{Setting an alarm}
First select a track and play it, then pause the track and launch the
``alarmclock'' plugin. Enter a 24h-time (e.g. 13:58) and set the alarm.
Music playback will resume when the set time is reached.