blob: 7b46d0721d619a871b1bc7be2df2d9817652e962 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\subsection{Logo}
Demo showing the Rockbox logo bouncing around the screen.
\begin{table}[ht!]
\begin{center}
\begin{tabular}{ll}\toprule
\textbf{Key} & \textbf{Action}\\\midrule
\opt{player}{Plus / Minus, On+Plus / On+Minus}\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano,ipodvideo}{Directions}
& Increase / decrease speed in either direction.\\
\opt{player,recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu}
& Quit\\\bottomrule
\end{tabular}
\end{center}
\end{table}
|