summaryrefslogtreecommitdiff
path: root/manual/plugins/bounce.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/bounce.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/bounce.tex')
-rw-r--r--manual/plugins/bounce.tex22
1 files changed, 10 insertions, 12 deletions
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex
index abfb6a3e21..5e417ff5b4 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -7,24 +7,22 @@ not have clock support.)
7 7
8Key controls for this demo are: 8Key controls for this demo are:
9 9
10\begin{table}[h!] 10\begin{table}
11\begin{center} 11\begin{btnmap}{}{}
12\begin{tabular}{@{}ll@{}}\toprule
13\textbf{Key} & \textbf{Action} \\\midrule
14F1/F2/F3 & Enters Bounce configuration options \\ 12F1/F2/F3 & Enters Bounce configuration options \\
15UP/DOWN & Moves to next/previous option \\ 13UP/DOWN & Moves to next/previous option \\
16LEFT/RIGHT & Increases/decreases option value \\ 14LEFT/RIGHT & Increases/decreases option value \\
17ON & Changes to Scroll mode \\ 15ON & Changes to Scroll mode \\
18OFF & Exits bounce demo\\\bottomrule 16OFF & Exits bounce demo\\
19\end{tabular} 17\end{btnmap}
20\end{center}
21\end{table} 18\end{table}
19
22Available options are: 20Available options are:
23 21
24\begin{itemize} 22\begin{description}
25\item \textbf{Xdist/Ydist:} The distance to X axis and Y axis 23\item[Xdist/Ydist.] The distance to X axis and Y axis
26respectively 24respectively
27\item \textbf{Xadd/Yadd:} how fast the code moves on the sine curve on 25\item[Xadd/Yadd.]How fast the code moves on the sine curve on
28each axis 26each axis
29\item \textbf{Xsane/Ysane:} Changes the appearance of the bouncing. 27\item[Xsane/Ysane.] Changes the appearance of the bouncing.
30\end{itemize} 28\end{description}