summaryrefslogtreecommitdiff
path: root/manual/plugins/minesweeper.tex
diff options
context:
space:
mode:
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