summaryrefslogtreecommitdiff
path: root/manual/plugins/flipit.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/flipit.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/flipit.tex')
-rw-r--r--manual/plugins/flipit.tex31
1 files changed, 19 insertions, 12 deletions
diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex
index bec4826a63..a896764967 100644
--- a/manual/plugins/flipit.tex
+++ b/manual/plugins/flipit.tex
@@ -5,16 +5,23 @@ Flipping the colour of the token under the cursor also flips the tokens
5above, below, left and right of the cursor. The aim is to end up with 5above, below, left and right of the cursor. The aim is to end up with
6a screen containing tokens of only one colour. 6a screen containing tokens of only one colour.
7 7
8\begin{table}[h!] 8\begin{table}
9\begin{center} 9\begin{btnmap}{}{}
10\begin{tabular}{@{}ll@{}}\toprule 10\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down/Left/Right} & Changes the cursor \\
11\textbf{Key} & \textbf{Action} \\\midrule 11\opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{Mode}
12\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down/Left/Right} & Changes the cursor \\ 12\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Unknown}
13\opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{Mode}\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Unknown} & Toggle \\ 13 & Toggle \\
14\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode +Left}\opt{h1xx,h300}{Mode}\opt{ipodcolor,ipodnano}{Unknown} & Shuffle \\ 14\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode+Left}
15\opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode + Right}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Solution \\ 15\opt{h1xx,h300}{Mode}\opt{ipodcolor,ipodnano}{Unknown}
16\opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode + On/off}\opt{h1xx,h300}{Rec}\opt{ipodcolor,ipodnano}{Unknown} & Step by step \\ 16 & Shuffle \\
17\opt{recorder,recorderv2fm}{OFF}\opt{ondio}{On/off}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Stop the game \\\bottomrule 17\opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode + Right}
18\end{tabular} 18\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown}
19\end{center} 19 & Solution \\
20\opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode + On/off}\opt{h1xx,h300}{Rec}
21\opt{ipodcolor,ipodnano}{Unknown}
22 & Step by step \\
23\opt{recorder,recorderv2fm}{OFF}\opt{ondio}{On/off}
24\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown}
25 & Stop the game \\
26\end{btnmap}
20\end{table} 27\end{table}