forked from len0rd/rockbox
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
This commit is contained in:
parent
c95d9d0835
commit
2cf5abb971
38 changed files with 104 additions and 75 deletions
|
|
@ -1,5 +1,5 @@
|
|||
\subsection{\label{ref:Sudoku}Sudoku}
|
||||
\screenshot{plugins/images/ss-sudoku-\genericimg.png}{Sudoku}{img:sudoku}
|
||||
\screenshot{plugins/images/ss-sudoku}{Sudoku}{fig:sudoku}
|
||||
To play Sudoku you need sudoku games stored as .ss files (see links below).
|
||||
Once you have your .ss file just open it in the normal file browser to start playing.
|
||||
You 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.
|
|||
\begin{tabular}{ll}\toprule
|
||||
\textbf{Key} & \textbf{Action}\\\midrule
|
||||
Direction keys & Move the cursor\\
|
||||
\opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{MODE (increment once) / MODE+DOWN (toggle repeat)}
|
||||
\opt{h1xx}{SELECT / PLAY}\opt{h300}{NAVI / PLAY}\opt{ipodcolor}{SELECT} & Increment number under the cursor\\
|
||||
\opt{recorder,recorderv2fm}{PLAY}
|
||||
\opt{ondio}{MODE (increment once) / MODE+DOWN (toggle repeat)}
|
||||
\opt{h1xx}{SELECT / PLAY}\opt{h300}{NAVI / PLAY}
|
||||
\opt{ipodcolor}{SELECT}
|
||||
& Increment number under the cursor\\
|
||||
\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Long press on MODE}\opt{h1xx,h300}{A-B}
|
||||
\opt{ipodcolor}{MENU} & Open Menu\\
|
||||
\opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT}\opt{h1xx,h300}{RECORD}
|
||||
\opt{ipodcolor}{SELECT+LEFT} & Add / remove number to scratchpad\\
|
||||
\opt{ipodcolor}{MENU}
|
||||
& Open Menu\\
|
||||
\opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT}
|
||||
\opt{h1xx,h300}{RECORD}\opt{ipodcolor}{SELECT+LEFT}
|
||||
& Add / remove number to scratchpad\\
|
||||
\opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}
|
||||
\opt{ipodcolor,ipodnano}{SELECT} & Quit\\\bottomrule
|
||||
\opt{ipodcolor,ipodnano}{SELECT}
|
||||
& Quit\\\bottomrule
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{table}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue