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/plasma.tex | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'manual/plugins/plasma.tex') diff --git a/manual/plugins/plasma.tex b/manual/plugins/plasma.tex index 5ea31bcfc8..e748b12d0e 100644 --- a/manual/plugins/plasma.tex +++ b/manual/plugins/plasma.tex @@ -2,17 +2,18 @@ \screenshot{plugins/images/ss-plasma}{Plasma}{img:plasma} Plasma is a demo displaying a 80's style retro plasma effect. -\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}{Scroll backward} +\begin{table} + \begin{btnmap}{}{} + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up} + \opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} & Increase frequency\\ - \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} + \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down} + \opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} & Decrease frequency\\ - \opt{ipodcolor,ipodnano,ipodvideo}{Select & Change colours\\}\opt{h300}{Navi & Change colours\\} - \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} - & Quit\\\bottomrule - \end{tabular} - \end{center} + \opt{ipodcolor,ipodnano,ipodvideo}{Select & Change colours\\} + \opt{h300}{Navi & Change colours\\} + \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off} +% + \opt{ipodcolor,ipodnano,ipodvideo}{Menu} & Quit\\ + \end{btnmap} \end{table} -- cgit v1.2.3