summaryrefslogtreecommitdiff
path: root/manual/plugins/starfield.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/starfield.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/starfield.tex')
-rw-r--r--manual/plugins/starfield.tex11
1 files changed, 4 insertions, 7 deletions
diff --git a/manual/plugins/starfield.tex b/manual/plugins/starfield.tex
index 8c3c67dedc..883566c685 100644
--- a/manual/plugins/starfield.tex
+++ b/manual/plugins/starfield.tex
@@ -2,10 +2,8 @@
2\screenshot{plugins/images/ss-starfield}{Starfield}{fig:starfield} 2\screenshot{plugins/images/ss-starfield}{Starfield}{fig:starfield}
3Starfield simulation (like the classic screensaver). 3Starfield simulation (like the classic screensaver).
4 4
5\begin{table}[ht!] 5\begin{table}
6 \begin{center} 6 \begin{btnmap}{}{}
7 \begin{tabular}{ll}\toprule
8 \textbf{Key} & \textbf{Action}\\\midrule
9 Right & Increase number of stars\\ 7 Right & Increase number of stars\\
10 Left & Decrease number of stars\\ 8 Left & Decrease number of stars\\
11 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up} 9 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}
@@ -17,7 +15,6 @@ Starfield simulation (like the classic screensaver).
17 \opt{recorder,recorderv2fm,h1xx,h300}{Stop} 15 \opt{recorder,recorderv2fm,h1xx,h300}{Stop}
18 \opt{ondio}{Off} 16 \opt{ondio}{Off}
19 \opt{ipodcolor,ipodnano,ipodvideo}{Menu} 17 \opt{ipodcolor,ipodnano,ipodvideo}{Menu}
20 & Quit\\\bottomrule 18 & Quit\\
21 \end{tabular} 19 \end{btnmap}
22 \end{center}
23\end{table} 20\end{table}