summaryrefslogtreecommitdiff
path: root/manual/plugins/starfield.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 17:29:44 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 17:29:44 +0000
commit2cf5abb971546df4ebaa2f132688eca44d520959 (patch)
tree98d28ac5e8a2b60046d8f649782c393647bdd00d /manual/plugins/starfield.tex
parentc95d9d08350450ce6b16e345d3eff67c758ce6af (diff)
downloadrockbox-2cf5abb971546df4ebaa2f132688eca44d520959.tar.gz
rockbox-2cf5abb971546df4ebaa2f132688eca44d520959.zip
another enhancement of \screenshot -- filenames should now not include the display size extension anymore. Old behaviour still supported. Minor code policing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9432 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/starfield.tex')
-rw-r--r--manual/plugins/starfield.tex12
1 files changed, 8 insertions, 4 deletions
diff --git a/manual/plugins/starfield.tex b/manual/plugins/starfield.tex
index b42ab16552..8c3c67dedc 100644
--- a/manual/plugins/starfield.tex
+++ b/manual/plugins/starfield.tex
@@ -1,5 +1,5 @@
1\subsection{Starfield} 1\subsection{Starfield}
2\screenshot{plugins/images/ss-starfield-\genericimg.png}{Starfield}{img:starfield} 2\screenshot{plugins/images/ss-starfield}{Starfield}{fig:starfield}
3Starfield simulation (like the classic screensaver). 3Starfield simulation (like the classic screensaver).
4 4
5\begin{table}[ht!] 5\begin{table}[ht!]
@@ -8,11 +8,15 @@ Starfield simulation (like the classic screensaver).
8 \textbf{Key} & \textbf{Action}\\\midrule 8 \textbf{Key} & \textbf{Action}\\\midrule
9 Right & Increase number of stars\\ 9 Right & Increase number of stars\\
10 Left & Decrease number of stars\\ 10 Left & Decrease number of stars\\
11 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward} 11 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}
12 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll backward}
12 & Increase speed\\ 13 & Increase speed\\
13 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward} 14 \opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}
15 \opt{ipodcolor,ipodnano,ipodvideo}{Scroll forward}
14 & Decrease speed\\ 16 & Decrease speed\\
15 \opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano,ipodvideo}{Menu} 17 \opt{recorder,recorderv2fm,h1xx,h300}{Stop}
18 \opt{ondio}{Off}
19 \opt{ipodcolor,ipodnano,ipodvideo}{Menu}
16 & Quit\\\bottomrule 20 & Quit\\\bottomrule
17 \end{tabular} 21 \end{tabular}
18 \end{center} 22 \end{center}