summaryrefslogtreecommitdiff
path: root/manual/plugins/oscilloscope.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/oscilloscope.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/oscilloscope.tex')
-rw-r--r--manual/plugins/oscilloscope.tex32
1 files changed, 18 insertions, 14 deletions
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex
index 9837a241c6..8c4b675729 100644
--- a/manual/plugins/oscilloscope.tex
+++ b/manual/plugins/oscilloscope.tex
@@ -7,27 +7,31 @@ to user input and music may start to skip.
7 7
8\subsubsection{Keys} 8\subsubsection{Keys}
9 9
10\begin{table}[ht!] 10\begin{table}
11\begin{center} 11\begin{btnmap}{}{}
12\begin{tabular}{@{}ll@{}}\toprule 12\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode}\opt{h1xx}{Select}
13\textbf{Key} & \textbf{Action} \\\midrule 13\opt{h300}{Navi}\opt{ipodcolor,ipodnano}{Select+Play}
14\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode}\opt{h1xx}{Select}\opt{h300}{Navi}\opt{ipodcolor,ipodnano}{Select+Play}
15 & Toggle filled / curve / plot \\ 14 & Toggle filled / curve / plot \\
16\opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode+Right}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{Select+Right} 15\opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode+Right}\opt{h1xx,h300}{A-B}
16\opt{ipodcolor,ipodnano}{Select+Right}
17 & Toggle whether to scroll or not \\ 17 & Toggle whether to scroll or not \\
18\opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode+Left}\opt{h1xx,h300}{Record}\opt{ipodcolor,ipodnano}{Select+Left} 18\opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode+Left}\opt{h1xx,h300}{Record}
19\opt{ipodcolor,ipodnano}{Select+Left}
19 & Toggle drawing orientation \\ 20 & Toggle drawing orientation \\
20Left & Slow down scrolling \\ 21Left & Slow down scrolling \\
21Right & Speed up scrolling \\ 22Right & Speed up scrolling \\
22\opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play}\opt{ondio}{Mode+Off} 23\opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play}
24\opt{ondio}{Mode+Off}
23 & Pause the demo \\ 25 & Pause the demo \\
24\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano}{Scroll forward} 26\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}
27\opt{ipodcolor,ipodnano}{Scroll forward}
25 & Increase volume\\ 28 & Increase volume\\
26\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{Scroll backward} 29\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}
30\opt{ipodcolor,ipodnano}{Scroll backward}
27 & Decrease volume\\ 31 & Decrease volume\\
28\opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano}{Select+Menu} 32\opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}
29 & Exit demo \\\bottomrule 33\opt{ipodcolor,ipodnano}{Select+Menu}
30\end{tabular} 34 & Exit demo \\
31\end{center} 35\end{btnmap}
32\end{table} 36\end{table}
33 37