summaryrefslogtreecommitdiff
path: root/manual/plugins/minesweeper.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
commitaa830112cce5078b29217d01bb74255bd2517fa0 (patch)
treeea3f31a96f56739109c9be7d39538e6309d84172 /manual/plugins/minesweeper.tex
parent48e8e1d820e642c04a7069190baf48ee49fc65a0 (diff)
downloadrockbox-aa830112cce5078b29217d01bb74255bd2517fa0.tar.gz
rockbox-aa830112cce5078b29217d01bb74255bd2517fa0.zip
Changes to the tables for some of the plugins. Some are adapted to the \opt environment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/minesweeper.tex')
-rw-r--r--manual/plugins/minesweeper.tex14
1 files changed, 6 insertions, 8 deletions
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index c4042ca6b0..d58e860a94 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -19,13 +19,11 @@ the location of a mine, it can be tagged to avoid accidentally
19``stepping'' on it. 19``stepping'' on it.
20 20
21\begin{table}[h!] 21\begin{table}[h!]
22\begin{tabular}{|c|c|} 22\begin{tabular}{@{}ll@{}}\toprule
23\hline 23\textbf{Key} & \textbf{Action} \\\midrule
24KEY & ACTION \\\hline 24UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\
25UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\\hline 25PLAY / F1 & Toggle flag on / off \\
26PLAY / F1 & Toggle flag on / off \\\hline 26MENU / F2 & Reveal the contents of the current square \\
27MENU / F2 & Reveal the contents of the current square \\\hline 27STOP & Exit the game \\\bottomrule
28STOP & Exit the game \\\hline
29\end{tabular} 28\end{tabular}
30\end{table} 29\end{table}
31