summaryrefslogtreecommitdiff
path: root/manual/plugins/stopwatch.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
committerMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
commitc7fd0fee7ad2581889e84748ab64e10003d9d526 (patch)
treec81cb417787c809732f7126cee8148b3a52881cd /manual/plugins/stopwatch.tex
parentbff84266217d10337e5bb4d643c7bfdb9c4b0d5d (diff)
downloadrockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.tar.gz
rockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.zip
Patch[1430311] by Henrico Witvliet. Split plugins to individual files. Proper naming of the targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/stopwatch.tex')
-rw-r--r--manual/plugins/stopwatch.tex104
1 files changed, 104 insertions, 0 deletions
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
new file mode 100644
index 0000000000..e765ad3f57
--- /dev/null
+++ b/manual/plugins/stopwatch.tex
@@ -0,0 +1,104 @@
1\subsection{Stopwatch}
2{\centering\itshape
3 [Warning: Image ignored] % Unhandled or unsupported graphics:
4%\includegraphics[width=3.704cm,height=2.117cm]{images/rockbox-manual-img73.png}
5 \textmd{ } [Warning: Image ignored]
6% Unhandled or unsupported graphics:
7%\includegraphics[width=4.667cm,height=1.998cm]{images/rockbox-manual-img74.png}
8 \newline
9Recorder stopwatch Player stopwatch
10\par}
11
12A simple stopwatch program with support for saving times.
13
14\subsubsection{Keys are as follows:}
15
16\begin{tabular}[c]{|p{2.9029999cm}|p{2.763cm}|p{2.199cm}|p{5.235cm}|}
17\hline
18{\centering\bfseries\itshape
19PLAYER
20\par}
21&
22{\centering\bfseries\itshape
23RECORDER
24\par}
25&
26{\centering\bfseries\itshape
27ONDIO
28\par}
29&
30{\centering\bfseries\itshape
31FUNCTION
32\par}
33\\\hline
34{\centering
35MENU
36\par}
37&
38{\centering
39OFF
40\par}
41&
42{\centering
43ONOFF
44\par}
45&
46Quit Plugin
47\\\hline
48{\centering
49PLAY
50\par}
51&
52{\centering
53PLAY
54\par}
55&
56{\centering
57RIGHT
58\par}
59&
60Start / stop
61\\\hline
62{\centering
63STOP
64\par}
65&
66{\centering
67LEFT
68\par}
69&
70{\centering
71LEFT
72\par}
73&
74Reset timer
75\\\hline
76{\centering
77ON
78\par}
79&
80{\centering
81ON
82\par}
83&
84{\centering
85MODE
86\par}
87&
88Take lap time
89\\\hline
90{\centering
91MINUS/PLUS
92\par}
93&
94{\centering
95DOWN/UP
96\par}
97&
98{\centering
99DOWN/UP
100\par}
101&
102Scroll through lap times
103\\\hline
104\end{tabular}