summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-05-09 21:49:32 +0000
committerMartin Arver <martin.arver@gmail.com>2006-05-09 21:49:32 +0000
commit2c9a8ed45778b93f5a4f73e33925d10f20c177a2 (patch)
tree2bfc81e25d37377192721ff719bb9182c1f360dd /manual/plugins
parent83d1a5eabe32a18da2afd59e819cedadeb8289d5 (diff)
downloadrockbox-2c9a8ed45778b93f5a4f73e33925d10f20c177a2.tar.gz
rockbox-2c9a8ed45778b93f5a4f73e33925d10f20c177a2.zip
Fixes and corrections. Adds keymaps for ipods for the wps key table, virtual keyboard, sudoku (x5 as well). (Patches #5320, #5308, #5324. All from Mark Bright)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9896 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/sudoku.tex46
1 files changed, 30 insertions, 16 deletions
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
index 5cbdebde59..42085dcc36 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -2,9 +2,9 @@
2\screenshot{plugins/images/ss-sudoku}{Sudoku}{fig: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 \setting{New} menu option.
6Press the menu button when you have finished and enter the full path 6Press the menu button when you have finished and enter the full path
7to save to including the .ss extension (e.g. /sudoku/new.ss). 7to save to including the .ss extension (e.g. \fname{/sudoku/new.ss}).
8 8
9\textbf{The thing on the left (AKA the scratchpad)}\\ 9\textbf{The thing on the left (AKA the scratchpad)}\\
10When you play sudoku on paper most people like to mark numbers in 10When you play sudoku on paper most people like to mark numbers in
@@ -13,25 +13,39 @@ This can be done with the column on the left. Change the number
13under the cursor to a number which might be valid and press the scratchpad 13under the cursor to a number which might be valid and press the scratchpad
14button, the number will then be added on the left. 14button, the number will then be added on the left.
15The column is stored seperatly for every cell on the board. 15The column is stored seperatly for every cell on the board.
16These are \textbf{NOT} saved when saving the game. 16These are \emph{NOT} saved when saving the game.
17 17
18\begin{table} 18\begin{table}
19 \begin{btnmap}{}{} 19 \begin{btnmap}{}{}
20 Direction keys & Move the cursor\\ 20
21 \opt{recorder,recorderv2fm}{PLAY} 21 \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5}{Direction keys}
22 \opt{ondio}{MODE (increment once) / MODE+DOWN (toggle repeat)} 22 \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
23 \opt{h1xx}{SELECT / PLAY}\opt{h300}{NAVI / PLAY} 23 & Move the cursor\\
24 \opt{ipodcolor}{SELECT} 24 %
25 & Increment number under the cursor\\ 25 \opt{RECORDER_PAD}{\ButtonPlay}
26 \opt{recorder,recorderv2fm}{F1}\opt{ondio}{Long press on MODE}\opt{h1xx,h300}{A-B} 26 \opt{ONDIO_PAD}{\ButtonMenu}
27 \opt{ipodcolor}{MENU} 27 \opt{h1xx,h300}{\ButtonSelect/\ButtonOn}
28 \opt{IPOD_4G_PAD}{\ButtonLeft/\ButtonRight}
29 & Change number under the cursor\\
30 %
31 \opt{RECORDER_PAD}{\ButtonFOne}
32 \opt{ONDIO_PAD}{Long press on \ButtonMenu}
33 \opt{h1xx,h300}{\ButtonMode}
34 \opt{IPOD_4G_PAD}{\ButtonMenu}
35 \opt{x5}{\ButtonPlay}
28 & Open Menu\\ 36 & Open Menu\\
29 \opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT} 37 %
30 \opt{h1xx,h300}{RECORD}\opt{ipodcolor}{SELECT+LEFT} 38 \opt{RECORDER_PAD}{\ButtonFTwo}
31 & Add / remove number to scratchpad\\ 39 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
32 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF} 40 \opt{h1xx,h300,x5}{\ButtonRec}
33 \opt{ipodcolor,ipodnano}{SELECT} 41 \opt{IPOD_4G_PAD}{\ButtonPlay}
42 & Add/Remove number to scratchpad\\
43 %
44 \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300}{\ButtonOff}
45 \opt{x5}{\ButtonPower}
46 \opt{IPOD_4G_PAD}{Menu $\rightarrow$ Quit}
34 & Quit\\ 47 & Quit\\
48 %
35 \end{btnmap} 49 \end{btnmap}
36\end{table} 50\end{table}
37 51