summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-07-20 19:32:39 +0000
committerNils Wallménius <nils@rockbox.org>2006-07-20 19:32:39 +0000
commitae7e70c6d9b98a63c99030ef03157bdaa2801c5f (patch)
treece54353fab1e63573dbde0175c58c4f6fc261cab
parent53ca97cbcc1014e51f5f6f48d4b71ba434b34a8c (diff)
downloadrockbox-ae7e70c6d9b98a63c99030ef03157bdaa2801c5f.tar.gz
rockbox-ae7e70c6d9b98a63c99030ef03157bdaa2801c5f.zip
updated buttonmaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10267 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/plasma.tex24
-rw-r--r--manual/plugins/starfield.tex21
-rw-r--r--manual/plugins/xobox.tex20
3 files changed, 35 insertions, 30 deletions
diff --git a/manual/plugins/plasma.tex b/manual/plugins/plasma.tex
index e748b12d0e..ebd398323a 100644
--- a/manual/plugins/plasma.tex
+++ b/manual/plugins/plasma.tex
@@ -1,19 +1,21 @@
1% $Id$ %
1\subsection{Plasma} 2\subsection{Plasma}
2\screenshot{plugins/images/ss-plasma}{Plasma}{img:plasma} 3\screenshot{plugins/images/ss-plasma}{Plasma}{img:plasma}
3Plasma is a demo displaying a 80's style retro plasma effect. 4Plasma is a demo displaying a 80's style retro plasma effect.
4 5
5\begin{table} 6\begin{table}
6 \begin{btnmap}{}{} 7 \begin{btnmap}{}{}
7 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up} 8 \opt{IPOD_4G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
8 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} 9 \nopt{IPOD_4G_PAD}{\ButtonUp\ / \ButtonDown}
9 & Increase frequency\\ 10 & Adjust frequency\\
10 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down} 11 \opt{HAVE_LCD_COLOR}{
11 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} 12 \opt{IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect}
12 & Decrease frequency\\ 13 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
13 \opt{ipodcolor,ipodnano,ipodvideo}{Select & Change colours\\} 14 & Change colours\\
14 \opt{h300}{Navi & Change colours\\} 15 }
15 \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off} 16 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
16% 17 \opt{IPOD_4G_PAD}{\ButtonMenu}
17 \opt{ipodcolor,ipodnano,ipodvideo}{Menu} & Quit\\ 18 \opt{IAUDIO_X5_PAD}{\ButtonPower}
19 & Quit\\
18 \end{btnmap} 20 \end{btnmap}
19\end{table} 21\end{table}
diff --git a/manual/plugins/starfield.tex b/manual/plugins/starfield.tex
index 883566c685..200d339d9a 100644
--- a/manual/plugins/starfield.tex
+++ b/manual/plugins/starfield.tex
@@ -1,20 +1,17 @@
1% $Id$ %
1\subsection{Starfield} 2\subsection{Starfield}
2\screenshot{plugins/images/ss-starfield}{Starfield}{fig:starfield} 3\screenshot{plugins/images/ss-starfield}{Starfield}{img:starfield}
3Starfield simulation (like the classic screensaver). 4Starfield simulation (like the classic screensaver).
4 5
5\begin{table} 6\begin{table}
6 \begin{btnmap}{}{} 7 \begin{btnmap}{}{}
7 Right & Increase number of stars\\ 8 \ButtonRight\ / \ButtonLeft & Increase / decrease number of stars\\
8 Left & Decrease number of stars\\ 9 \opt{IPOD_4G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
9 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up} 10 \nopt{IPOD_4G_PAD}{\ButtonUp\ / \ButtonDown}
10 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} 11 & Increase / decrease speed\\
11 & Increase speed\\ 12 \opt{IPOD_4G_PAD}{\ButtonMenu}
12 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down} 13 \opt{IAUDIO_X5_PAD}{\ButtonPower}
13 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} 14 \nopt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonOff}
14 & Decrease speed\\
15 \opt{recorder,recorderv2fm,h1xx,h300}{Stop}
16 \opt{ondio}{Off}
17 \opt{ipodcolor,ipodnano,ipodvideo}{Menu}
18 & Quit\\ 15 & Quit\\
19 \end{btnmap} 16 \end{btnmap}
20\end{table} 17\end{table}
diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex
index a82744da32..0a88c13118 100644
--- a/manual/plugins/xobox.tex
+++ b/manual/plugins/xobox.tex
@@ -1,5 +1,6 @@
1% $Id$ %
1\subsection{Xobox} 2\subsection{Xobox}
2\screenshot{plugins/images/ss-xobox}{Xobox}{} 3\screenshot{plugins/images/ss-xobox}{Xobox}{img:xobox}
3Xobox is a simple clone of the well known arcade game Qix. 4Xobox is a simple clone of the well known arcade game Qix.
4The aim of the game is to section off parts of the arena with your trail in 5The aim of the game is to section off parts of the arena with your trail in
5order to remove that section from the game. Be careful not to get in the way of 6order to remove that section from the game. Be careful not to get in the way of
@@ -7,13 +8,18 @@ enemy balls because, if they hit you or your trail, you lose a life.
7To finish a level you have to section off more than 75\%. 8To finish a level you have to section off more than 75\%.
8 9
9\begin{table} 10\begin{table}
10\begin{btnmap}{The Xobox plugin}{tab:xobox} 11\begin{btnmap}{}{}
11 \opt{h1xx,h300}{A-B} 12 \opt{IPOD_4G_PAD}{\ButtonMenu, \ButtonPlay,}
12 \opt{ipodcolor,ipodnano,ipodvideo}{Select} 13 \nopt{IPOD_4G_PAD}{\ButtonUp, \ButtonDown,}
14 \ButtonLeft, \ButtonRight
15 & Move around the arena\\
16 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
17 \opt{IPOD_4G_PAD}{\ButtonSelect}
18 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
13 & Pause\\ 19 & Pause\\
14 \opt{h1xx,h300}{Stop} 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
15 \opt{ipodcolor,ipodnano,ipodvideo}{Menu+Select} 21 \opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
22 \opt{IAUDIO_X5_PAD}{\ButtonPower}
16 & Quit\\ 23 & Quit\\
17\end{btnmap} 24\end{btnmap}
18\end{table} 25\end{table}
19