summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-10 18:47:38 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-10 18:47:38 +0000
commit717f2b7cb371590a9a272e01c34e8025ae788993 (patch)
treec594f660651c11f5723452cdc27df66552d1ee88
parent480d5321caf92585fcfec4268120bd81b3750fa6 (diff)
downloadrockbox-717f2b7cb371590a9a272e01c34e8025ae788993.zip
rockbox-717f2b7cb371590a9a272e01c34e8025ae788993.tar.gz
rockbox-717f2b7cb371590a9a272e01c34e8025ae788993.tar.bz2
rockbox-717f2b7cb371590a9a272e01c34e8025ae788993.tar.xz
Mak use of button macros.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9595 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/chessbox.tex33
1 files changed, 26 insertions, 7 deletions
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
index 1893969..bd40a7f 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -1,18 +1,37 @@
\subsection{Chessbox}
\screenshot{plugins/images/ss-chessbox}{Chessbox}{img:chessbox}
-Chessbox is a chess game with computer AI. The chess engine is a port of GNU Chess 2 by John Stanback.\\
+Chessbox is a chess game with computer AI. The chess engine is a port of
+GNU Chess 2 by John Stanback.
+When you quit the game the current state will be saved and restored when
+you resume the game.
-\textbf{Keys}
+\subsubsection{Keys}
\begin{table}
\begin{btnmap}{}{}
- Direction keys & Move the cursor\\
- \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{short press on MODE}\opt{h1xx,ipodcolor,ipodnano}{SELECT}\opt{h300}{NAVI}
+ Direction keys
+ & Move the cursor\\
+ \opt{recorder,recorderv2fm}{\ButtonPlay}
+ \opt{ondio}{short press on \ButtonMenu}
+ \opt{h1xx,h300,ipodcolor,ipodnano}{\ButtonSelect}
& Select / Move piece\\
- \opt{recorder,recorderv2fm}{F1}\opt{ondio}{MODE+OFF}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{SELECT+RIGHT}
+ \opt{recorder,recorderv2fm}{\ButtonFOne}
+ \opt{ondio}{\ButtonMenu+\ButtonOff}
+ \opt{h1xx,h300}{\ButtonMode}
+ \opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonRight}
& Change level\\
- \opt{recorder,recorderv2fm}{MENU}\opt{ondio}{long press on MODE}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{SELECT+PLAY}
+ \opt{recorder,recorderv2fm}{\ButtonOn}
+ \opt{ondio}{long press on \ButtonMenu}
+ \opt{h1xx,h300}{\ButtonOn}
+ \opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonPlay}
& Force play\\
- \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT+MENU}
+ \opt{recorder,recorder2fm}{n/a}
+ \opt{ondio}{n/a}
+ \opt{h1xx,h300}{\ButtonRec}
+ \opt{x5}{\ButtonSelect}
+ & Restart Game\\
+ \opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff}
+ \opt{ondio}{\ButtonOff}
+ \opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonMenu}
& Quit\\
\end{btnmap}
\end{table}