Replace all occurances of 'Hold ButtonX' with 'Long ButtonX' in the button tables...
[Rockbox.git] / manual / plugins / chessbox.tex
blob57caad21d47cbb10de729cc5009d4d9f081bbf06
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,GIGABEAT_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}{\ButtonRec}
41 \opt{IRIVER_H10_PAD}{\ButtonFF}
42 \opt{GIGABEAT_PAD}{\ButtonMenu}
43 & Change level\\
44 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
45 \opt{ONDIO_PAD}{Long \ButtonMenu}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
48 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonRight}
49 \opt{GIGABEAT_PAD}{\ButtonPower}
50 & Force play\\
51 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
52 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
53 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}
54 \opt{GIGABEAT_PAD}{\ButtonA}
55 & Show the menu\\
56 \end{btnmap}
57 \end{table}