summaryrefslogtreecommitdiff
path: root/manual/plugins/star.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/star.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/star.tex')
-rw-r--r--manual/plugins/star.tex11
1 files changed, 4 insertions, 7 deletions
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex
index 736860a1da..9d77378705 100644
--- a/manual/plugins/star.tex
+++ b/manual/plugins/star.tex
@@ -10,15 +10,12 @@ which can take ``o''s, and the filled square, which is used as a mobile
10wall to allow your filled circle to get to places on the screen it 10wall to allow your filled circle to get to places on the screen it
11could not otherwise reach. The block cannot take ``o''s. 11could not otherwise reach. The block cannot take ``o''s.
12 12
13\begin{table}[h!] 13\begin{table}
14\begin{center} 14\begin{btnmap}{}{}
15\begin{tabular}{@{}ll@{}}\toprule
16\textbf{Key} & \textbf{Action} \\\midrule
17ON & Toggle control \\ 15ON & Toggle control \\
18F1 & Previous level \\ 16F1 & Previous level \\
19F2 & Reset level \\ 17F2 & Reset level \\
20F3 & Next level \\ 18F3 & Next level \\
21OFF & Exit the game \\\bottomrule 19OFF & Exit the game \\
22\end{tabular} 20\end{btnmap}
23\end{center}
24\end{table} 21\end{table}