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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
\subsection{Clock}
\screenshot{plugins/images/ss-clock}{Clock}{img:clock}
Clock with an analog, digital, and binary mode.
Includes a handy timer and can show the current date.
\subsubsection{Key configuration}
\begin{btnmap}
\PluginLeft{} / \PluginRight
\opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
& Cycle through modes \\
\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginUp{} / \PluginDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginDown}
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
& Cycle through different skins in each mode \\
\PluginSelect
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
& Start or stop timer (visible in analog or digital mode) \\
\PluginSelectRepeat
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelectRepeat}
& Reset and hide the timer \\
\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginCancel}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
& Open Clock menu \\
\end{btnmap}
\textbf{Clock Menu}
\begin{description}
\item[Mode] Select analog, digital, or binary mode.
\item[Settings]
\begin{description}
\item[Analog] Adjust settings pertaining to the analog mode.
\item[Digital] Adjust settings pertaining to the digital mode.
\item[Date Format]
Switch between formatting used in the United States (M-D-Y), Europe (D-M-Y), and Japan (Y-M-D).
\item[Backlight]
Keep backlight turned off, on, or have it respect the system setting.
\item[Idle Poweroff]
Temporarily enable or disable Idle Poweroff while the plugin is running.
\item[Save On Exit]
Save settings to disk when the plugin is quit (enabled by default).
\item[Save Settings]
Save all settings to disk.
\item[Reset Settings]
Reset all settings to their default values.
\end{description}
\item[Playback Control] Show the playback control menu.
\item[Quit] Quit the plugin.
\end{description}
\subsubsection{Analog}
In analog mode, you can switch between two skins: One is round, the other square.
Both the second hand and the border can be hidden by going into Settings.
You can also choose to display the current date in the lower left corner.
Any running timer will appear in the lower right corner.
\subsubsection{Digital}
Digital mode imitates a segmented LCD by default. A plain display style is
also available, by switching to a different skin.
The current date is displayed on the bottom, unless it is disabled.
You can hide seconds, or make the colon blink once every second.
Any running timer will appear on the bottom.
\subsubsection{Binary}
Binary mode can either display ones and zeros, or filled and empty circles, depending
on your chosen skin. The default binary skin imitates a segmented LCD.
The three rows show hours on top, followed by minutes, then seconds.
For help on reading binary, please visit:
\url{http://en.wikipedia.org/wiki/Binary_numeral_system}
|