1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
\subsection{Alarm Clock}
This plugin is an alarm clock, which resumes a paused song at a given time.
\subsubsection{Key configuration}
\begin{table}
\begin{btnmap}{}{}
\opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD%
,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{HAVEREMOTEKEYMAP}{& }
& Switch between hours/minutes selection \\
\opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp{} / \ButtonDown}
\opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonScrollFwd{} / \ButtonScrollBack}
\opt{SANSA_C200_PAD}{\ButtonVolUp{} / \ButtonVolDown}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\ButtonMinus{} / \ButtonPlus}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase/Decrease hours/minutes \\
\opt{RECORDER_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_C200_PAD%
,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD}
{\ButtonSelect}
\opt{COWON_D2_PAD}{\ButtonPlus{} or \TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonOK{}}
\opt{HAVEREMOTEKEYMAP}{& }
& Set the alarm \\
\opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu + \ButtonSelect}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,MROBE100_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{COWON_D2_PAD}{\ButtonPower{} or \TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Exit \\
\end{btnmap}
\end{table}
\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.
|