From 8c177221b31d9b86aa286092ede463a1c5f0a4b4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 3 Apr 2006 22:45:01 +0000 Subject: 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 --- manual/plugins/demystify.tex | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'manual/plugins/demystify.tex') 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 @@ \screenshot{plugins/images/ss-demystify}{Demystify}% {img:demystify} Demystify is a screen saver like demo.\\ -\begin{table}[ht!] - \begin{center} - \begin{tabular}{ll}\toprule - \textbf{Key} & \textbf{Action}\\\midrule - \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano,ipodvideo}{Right} +\begin{table} + \begin{btnmap}{}{} + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up} + \opt{ipodcolor,ipodnano,ipodvideo}{Right} & Add polygon\\ - \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Left} + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down} + \opt{ipodcolor,ipodnano,ipodvideo}{Left} & Remove polygon\\ - \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Right}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Right} + \opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} & Increase speed\\ - \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Left}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Left} + \opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} & Decrease speed\\ - \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} - & Quit\\\bottomrule - \end{tabular} - \end{center} + \opt{recorder,recorderv2fm,h1xx,h300}{Stop} + \opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} + & Quit\\ + \end{btnmap} \end{table} -- cgit v1.2.3