summaryrefslogtreecommitdiff
path: root/manual/plugins/chess_clock.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/chess_clock.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/chess_clock.tex')
-rw-r--r--manual/plugins/chess_clock.tex33
1 files changed, 21 insertions, 12 deletions
diff --git a/manual/plugins/chess_clock.tex b/manual/plugins/chess_clock.tex
index 26834adf96..925bace112 100644
--- a/manual/plugins/chess_clock.tex
+++ b/manual/plugins/chess_clock.tex
@@ -26,18 +26,27 @@ time left if different).
26 26
27Keys are as follows: 27Keys are as follows:
28 28
29\begin{table}[h!] 29\begin{table}
30\begin{center} 30\begin{btnmap}{}{}
31\begin{tabular}{@{}ll@{}}\toprule 31\opt{player}{On}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}
32\textbf{Key} & \textbf{Action}\\\midrule 32\opt{h1xx,h300,ipodcolor,ipodnano}{Select}
33\opt{player}{On}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{h1xx,h300,ipodcolor,ipodnano}{Select} & Exit plugin \\ 33& Exit plugin \\
34\opt{player}{Stop}\opt{recorder,recorderv2fm,Ondio}{Left}\opt{h1xx,h300,ipodcolor,ipodnano}{Stop} & Restart round for the player \\ 34\opt{player}{Stop}\opt{recorder,recorderv2fm,Ondio}{Left}
35\opt{player,h1xx,h300,ipodcolor,ipodnano,recorder,recorderv2fm}{Play}\opt{Ondio}{Right} & Pausing the time (press again to continue) \\ 35\opt{h1xx,h300,ipodcolor,ipodnano}{Stop}
36\opt{player,h1xx,h300,ipodcolor,ipodnano}{Right}\opt{ondio,recorder,recorderv2fm}{Up} & Switch to next player \\ 36& Restart round for the player \\
37\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left}\opt{ondio,recorder,recorderv2fm}{Down} & Switch to previous player \\ 37\opt{player,h1xx,h300,ipodcolor,ipodnano,recorder,recorderv2fm}{Play}
38\opt{player}{Menu}\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode}\opt{h1xx,h300,ipodcolor,ipodnano}{Rec} & Exit plugin \\\bottomrule 38\opt{Ondio}{Right}
39\end{tabular} 39& Pausing the time (press again to continue) \\
40\end{center} 40\opt{player,h1xx,h300,ipodcolor,ipodnano}{Right}
41\opt{ondio,recorder,recorderv2fm}{Up}
42& Switch to next player \\
43\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left}
44\opt{ondio,recorder,recorderv2fm}{Down}
45& Switch to previous player \\
46\opt{player}{Menu}\opt{recorder,recorderv2fm}{F1}
47\opt{ondio}{Mode}\opt{h1xx,h300,ipodcolor,ipodnano}{Rec}
48& Exit plugin \\
49\end{btnmap}
41\end{table} 50\end{table}
42From the menu it is possible to delete a player, modify the round time 51From the menu it is possible to delete a player, modify the round time
43for the current player or set the total time for the game. 52for the current player or set the total time for the game.