summaryrefslogtreecommitdiff
path: root/manual/plugins/demystify.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/demystify.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/demystify.tex')
-rw-r--r--manual/plugins/demystify.tex26
1 files changed, 14 insertions, 12 deletions
diff --git a/manual/plugins/demystify.tex b/manual/plugins/demystify.tex
index 785ad46634..2b42da8b7e 100644
--- a/manual/plugins/demystify.tex
+++ b/manual/plugins/demystify.tex
@@ -2,20 +2,22 @@
2\screenshot{plugins/images/ss-demystify}{Demystify}% 2\screenshot{plugins/images/ss-demystify}{Demystify}%
3{img:demystify} 3{img:demystify}
4Demystify is a screen saver like demo.\\ 4Demystify is a screen saver like demo.\\
5\begin{table}[ht!] 5\begin{table}
6 \begin{center} 6 \begin{btnmap}{}{}
7 \begin{tabular}{ll}\toprule 7 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}
8 \textbf{Key} & \textbf{Action}\\\midrule 8 \opt{ipodcolor,ipodnano,ipodvideo}{Right}
9 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano,ipodvideo}{Right}
10 & Add polygon\\ 9 & Add polygon\\
11 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Left} 10 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}
11 \opt{ipodcolor,ipodnano,ipodvideo}{Left}
12 & Remove polygon\\ 12 & Remove polygon\\
13 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Right}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} 13 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Right}
14 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward}
14 & Increase speed\\ 15 & Increase speed\\
15 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Left}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} 16 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Left}
17 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward}
16 & Decrease speed\\ 18 & Decrease speed\\
17 \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} 19 \opt{recorder,recorderv2fm,h1xx,h300}{Stop}
18 & Quit\\\bottomrule 20 \opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu}
19 \end{tabular} 21 & Quit\\
20 \end{center} 22 \end{btnmap}
21\end{table} 23\end{table}