From 8c177221b31d9b86aa286092ede463a1c5f0a4b4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 3 Apr 2006 22:45:01 +0000 Subject: 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 --- manual/plugins/sokoban.tex | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'manual/plugins/sokoban.tex') diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex index 88c105b74d..cc8679619e 100644 --- a/manual/plugins/sokoban.tex +++ b/manual/plugins/sokoban.tex @@ -7,16 +7,15 @@ can only be pushed, never pulled, and only one can be pushed at a time. The controls are: -\begin{table}[h!] -\begin{tabular}{@{}ll@{}}\toprule -\textbf{Key} & \textbf{Action} \\\midrule +\begin{table} +\begin{btnmap}{}{} UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\ F1 & Back to previous level \\ F2 & Restart level \\ F3 & Go to next level \\ ON & Undo last movement \\ -OFF & Exit sokoban \\\bottomrule -\end{tabular} +OFF & Exit sokoban \\ +\end{btnmap} \end{table} -- cgit v1.2.3