summaryrefslogtreecommitdiff
path: root/manual/plugins/metronome.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
commit8c177221b31d9b86aa286092ede463a1c5f0a4b4 (patch)
tree885e5749966e3c4e7e29ef86222b299f29a0f4d6 /manual/plugins/metronome.tex
parentc42c971d6c2e466d6a9de971aa759460346dc704 (diff)
downloadrockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.tar.gz
rockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.zip
Added environment to unify button mapping tables. Adjust plugins to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/metronome.tex')
-rw-r--r--manual/plugins/metronome.tex25
1 files changed, 15 insertions, 10 deletions
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index 242397768b..aa2ebbcc2c 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -3,15 +3,20 @@ This plugin can be used as a metronome to keep time during music
3practice. Adjust the tempo though the interface or by tapping it out 3practice. Adjust the tempo though the interface or by tapping it out
4on the appropriate button. 4on the appropriate button.
5 5
6\begin{table}[h!] 6\begin{table}
7\begin{center} 7\begin{btnmap}{}{}
8\begin{tabular}{@{}ll@{}}\toprule 8\opt{player,h1xx,h300}{Stop}\opt{recorder,recorderv2fm}{Off}
9\textbf{Key} & \textbf{Action}\\\midrule 9\opt{ondio}{OnOff}\opt{ipodcolor,ipodnano}{Menu}
10\opt{player,h1xx,h300}{Stop}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{ipodcolor,ipodnano}{Menu} & Exit plugin \\ 10& Exit plugin \\
11\opt{player,recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play}\opt{ondio}{Mode (hold: Stop)} & Start / Stop \\ 11\opt{player,recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play}
12\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode (repeatedly)}\opt{h1xx,h300,ipodcolor,ipodnano}{Select} & Tap tempo \\ 12\opt{ondio}{Mode (hold: Stop)}
13& Start / Stop \\
14\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode (repeatedly)}
15\opt{h1xx,h300,ipodcolor,ipodnano}{Select}
16& Tap tempo \\
13Left/Right & Adjust tempo \\ 17Left/Right & Adjust tempo \\
14\opt{player}{On+Left/Right}\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down} & Adjust volume \\\bottomrule 18\opt{player}{On+Left/Right}
15\end{tabular} 19\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down}
16\end{center} 20& Adjust volume \\
21\end{btnmap}
17\end{table} 22\end{table}