Document line selector color config file settings (FS#8880 by Justin Hannigan).
[Rockbox.git] / manual / plugins / chessbox.tex
blob3ce67c55469bdf065c319a6417cb0b28d96d420a
1 % $Id$ %
2 \subsection{Chessbox}
3 \screenshot{plugins/images/ss-chessbox}{Chessbox}{img:chessbox}
4 Chessbox is a chess game with computer AI. The chess engine is a port of
5 GNU Chess 2 by John Stanback.
7 It also works as a PGN file viewer. Instead of executing the game from the
8 plugin menu, look for any file with \fname{.pgn} extension in the file browser
9 and execute it. Chessbox will show the list of matches included in the file
10 and allow you to select the one you want to watch. After that, you can scroll
11 back and forth through the moves of the game. If the menu is invoked while in
12 the viewer, the user is allowed to select a new match from the same file or
13 quit the game.
15 When you quit the game the current state will be saved and restored when
16 you resume the game. The menu also allows the user to reload the last game
17 saved, save the current position and start a new game without having to quit
18 the game.
20 \opt{recorder,recorderv2fm,ondio}{
21 \note{This plugin will stop playback.}
24 \subsubsection{Keys}
25 \begin{table}
26 \begin{btnmap}{}{}
27 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight}
28 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{Direction keys}
29 & Move the cursor\\
30 \opt{RECORDER_PAD}{\ButtonPlay}
31 \opt{ONDIO_PAD}{\ButtonMenu}
32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
33 {\ButtonSelect}
34 \opt{IRIVER_H10_PAD}{\ButtonRew}
35 & Select / Move piece\\
36 \opt{RECORDER_PAD}{\ButtonFOne}
37 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
40 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
41 \opt{IRIVER_H10_PAD}{\ButtonFF}
42 \opt{GIGABEAT_PAD}{\ButtonMenu}
43 \opt{MROBE100_PAD}{\ButtonDisplay}
44 & Change level\\
45 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
46 \opt{ONDIO_PAD}{Long \ButtonMenu}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
48 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
49 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonRight}
50 \opt{SANSA_C200_PAD}{\ButtonVolUp}
51 \opt{GIGABEAT_PAD}{\ButtonA}
52 \opt{MROBE100_PAD}{\ButtonPlay}
53 & Force play\\
54 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
55 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
56 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
57 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
58 & Show the menu\\
59 \end{btnmap}
60 \end{table}