summaryrefslogtreecommitdiff
path: root/manual/plugins/stopwatch.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-27 11:17:36 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-27 11:17:36 +0000
commit7a8b84d5438a601dea2de1e020b5262b7d13daf3 (patch)
treed319549add8dbc99fe8db4d8a81bc1672f6bb89c /manual/plugins/stopwatch.tex
parent17ff6396fff55bd12fedc429cee66b38ee84100b (diff)
downloadrockbox-7a8b84d5438a601dea2de1e020b5262b7d13daf3.tar.gz
rockbox-7a8b84d5438a601dea2de1e020b5262b7d13daf3.zip
Fix typos, reported by Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10767 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/stopwatch.tex')
-rw-r--r--manual/plugins/stopwatch.tex27
1 files changed, 17 insertions, 10 deletions
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index c5a26aea2c..d0a9e5a5ae 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -7,21 +7,28 @@ A simple stopwatch program with support for saving times.
7 7
8\begin{table} 8\begin{table}
9\begin{btnmap}{}{} 9\begin{btnmap}{}{}
10\opt{player}{Menu}\opt{recorder,recorderv2fm}{Off} 10\opt{player}{\ButtonMenu}
11\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop} 11\opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff}
12\opt{ipodcolor,ipodnano}{Menu} 12\opt{ondio}{\ButtonOff}
13\opt{ipodcolor,ipodnano}{\ButtonMenu}
13& Quit Plugin \\ 14& Quit Plugin \\
14\opt{player,recorder,recorderv2fm}{Play}\opt{ondio}{Right} 15\opt{player,recorder,recorderv2fm}{\ButtonPlay}
15\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Play} 16\opt{ondio}{\ButtonRight}
17\opt{h1xx,h300}{\ButtonSelect}
18\opt{ipodcolor,ipodnano}{\ButtonPlay}
16& Start / stop \\ 19& Start / stop \\
17\opt{player}{Stop}\opt{recorder,recorderv2fm,ondio}{Left} 20\opt{player}{\ButtonStop}
18\opt{h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{\fixme{Unknown}} 21\opt{recorder,recorderv2fm,ondio}{\ButtonLeft}
22\opt{h1xx,h300}{\ButtonDown}
23\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
19& Reset timer \\ 24& Reset timer \\
20\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode}\opt{h1xx,h300}{Play} 25\opt{player,recorder,recorderv2fm}{\ButtonOn}
26\opt{ondio}{\ButtonMenu}
27\opt{h1xx,h300}{\ButtonOn}
21\opt{ipodcolor,ipodnano}{\fixme{Unknown}} 28\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
22& Take lap time \\ 29& Take lap time \\
23\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right} 30\opt{player,h1xx,h300,ipodcolor,ipodnano}{\ButtonLeft/\ButtonRight}
24\opt{recorder,recorderv2fm}{Down/Up} 31\opt{recorder,recorderv2fm}{\ButtonDown/\ButtonUp}
25& Scroll through lap times \\ 32& Scroll through lap times \\
26\end{btnmap} 33\end{btnmap}
27\end{table} 34\end{table}