summaryrefslogtreecommitdiff
path: root/manual/plugins/sudoku.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/sudoku.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/sudoku.tex')
-rw-r--r--manual/plugins/sudoku.tex20
1 files changed, 13 insertions, 7 deletions
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
index a81975558d..ab091856e3 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -1,5 +1,5 @@
1\subsection{\label{ref:Sudoku}Sudoku} 1\subsection{\label{ref:Sudoku}Sudoku}
2\screenshot{plugins/images/ss-sudoku-\genericimg.png}{Sudoku}{img:sudoku} 2\screenshot{plugins/images/ss-sudoku}{Sudoku}{fig:sudoku}
3To play Sudoku you need sudoku games stored as .ss files (see links below). 3To play Sudoku you need sudoku games stored as .ss files (see links below).
4Once you have your .ss file just open it in the normal file browser to start playing. 4Once you have your .ss file just open it in the normal file browser to start playing.
5You can create and save your own grids under the "New" menu option. 5You can create and save your own grids under the "New" menu option.
@@ -20,14 +20,20 @@ These are \textbf{NOT} saved when saving the game.
20 \begin{tabular}{ll}\toprule 20 \begin{tabular}{ll}\toprule
21 \textbf{Key} & \textbf{Action}\\\midrule 21 \textbf{Key} & \textbf{Action}\\\midrule
22 Direction keys & Move the cursor\\ 22 Direction keys & Move the cursor\\
23 \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{MODE (increment once) / MODE+DOWN (toggle repeat)} 23 \opt{recorder,recorderv2fm}{PLAY}
24 \opt{h1xx}{SELECT / PLAY}\opt{h300}{NAVI / PLAY}\opt{ipodcolor}{SELECT} & Increment number under the cursor\\ 24 \opt{ondio}{MODE (increment once) / MODE+DOWN (toggle repeat)}
25 \opt{h1xx}{SELECT / PLAY}\opt{h300}{NAVI / PLAY}
26 \opt{ipodcolor}{SELECT}
27 & Increment number under the cursor\\
25 \opt{recorder,recorderv2fm}{F1}\opt{ondio}{Long press on MODE}\opt{h1xx,h300}{A-B} 28 \opt{recorder,recorderv2fm}{F1}\opt{ondio}{Long press on MODE}\opt{h1xx,h300}{A-B}
26 \opt{ipodcolor}{MENU} & Open Menu\\ 29 \opt{ipodcolor}{MENU}
27 \opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT}\opt{h1xx,h300}{RECORD} 30 & Open Menu\\
28 \opt{ipodcolor}{SELECT+LEFT} & Add / remove number to scratchpad\\ 31 \opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT}
32 \opt{h1xx,h300}{RECORD}\opt{ipodcolor}{SELECT+LEFT}
33 & Add / remove number to scratchpad\\
29 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF} 34 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}
30 \opt{ipodcolor,ipodnano}{SELECT} & Quit\\\bottomrule 35 \opt{ipodcolor,ipodnano}{SELECT}
36 & Quit\\\bottomrule
31 \end{tabular} 37 \end{tabular}
32 \end{center} 38 \end{center}
33\end{table} 39\end{table}