summaryrefslogtreecommitdiff
path: root/manual/plugins/sokoban.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/sokoban.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/sokoban.tex')
-rw-r--r--manual/plugins/sokoban.tex9
1 files changed, 4 insertions, 5 deletions
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.
7 7
8The controls are: 8The controls are:
9 9
10\begin{table}[h!] 10\begin{table}
11\begin{tabular}{@{}ll@{}}\toprule 11\begin{btnmap}{}{}
12\textbf{Key} & \textbf{Action} \\\midrule
13UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\ 12UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\
14F1 & Back to previous level \\ 13F1 & Back to previous level \\
15F2 & Restart level \\ 14F2 & Restart level \\
16F3 & Go to next level \\ 15F3 & Go to next level \\
17ON & Undo last movement \\ 16ON & Undo last movement \\
18OFF & Exit sokoban \\\bottomrule 17OFF & Exit sokoban \\
19\end{tabular} 18\end{btnmap}
20\end{table} 19\end{table}
21 20
22 21