summaryrefslogtreecommitdiff
path: root/manual/plugins/flipit.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
commitaa830112cce5078b29217d01bb74255bd2517fa0 (patch)
treeea3f31a96f56739109c9be7d39538e6309d84172 /manual/plugins/flipit.tex
parent48e8e1d820e642c04a7069190baf48ee49fc65a0 (diff)
downloadrockbox-aa830112cce5078b29217d01bb74255bd2517fa0.tar.gz
rockbox-aa830112cce5078b29217d01bb74255bd2517fa0.zip
Changes to the tables for some of the plugins. Some are adapted to the \opt environment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/flipit.tex')
-rw-r--r--manual/plugins/flipit.tex19
1 files changed, 10 insertions, 9 deletions
diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex
index b72b4f49d7..8e2491df5d 100644
--- a/manual/plugins/flipit.tex
+++ b/manual/plugins/flipit.tex
@@ -11,14 +11,15 @@ above, below, left and right of the cursor. The aim is to end up with
11a screen containing tokens of only one colour. 11a screen containing tokens of only one colour.
12 12
13\begin{table}[h!] 13\begin{table}[h!]
14\begin{tabular}{|c|c|c|} 14\begin{center}
15\hline 15\begin{tabular}{@{}ll@{}}\toprule
16Recorder & Ondio & ACTION \\\hline 16\textbf{Key} & \textbf{Action} \\\midrule
17UP/DOWN/LEFT/RIGHT & UP/DOWN/LEFT/RIGHT & Changes the cursor \\\hline 17\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down/Left/Right} & Changes the cursor \\
18PLAY & Mode & Toggle \\\hline 18\opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{Mode}\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Unknown} & Toggle \\
19F1 & Mode +Left & Shuffle \\\hline 19\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode +Left}\opt{h1xx,h300}{Mode}\opt{ipodcolor,ipodnano}{Unknown} & Shuffle \\
20F2 & Mode + Right & Solution \\\hline 20\opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode + Right}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Solution \\
21F3 & Mode + On/off & Step by step \\\hline 21\opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode + On/off}\opt{h1xx,h300}{Rec}\opt{ipodcolor,ipodnano}{Unknown} & Step by step \\
22OFF & On/off & Stop the game \\\hline 22\opt{recorder,recorderv2fm}{OFF}\opt{ondio}{On/off}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Stop the game \\\bottomrule
23\end{tabular} 23\end{tabular}
24\end{center}
24\end{table} 25\end{table}