summaryrefslogtreecommitdiff
path: root/manual/plugins/sliding.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-17 14:43:39 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-17 14:43:39 +0000
commit5df64236da4458edf665e486aee03f9c6c475f7f (patch)
treef3da72ec7b282c18511f00f276625935c81da606 /manual/plugins/sliding.tex
parent08a4ceaae7ac756b8815b230d12ba7992a0cb120 (diff)
downloadrockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.gz
rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.zip
Add missing h10 button definitions for the game plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11248 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/sliding.tex')
-rw-r--r--manual/plugins/sliding.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex
index daea813ade..c1ec9627b6 100644
--- a/manual/plugins/sliding.tex
+++ b/manual/plugins/sliding.tex
@@ -10,26 +10,28 @@ Key controls:
10 \begin{btnmap}{}{} 10 \begin{btnmap}{}{}
11 \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5} 11 \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5}
12 {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown} 12 {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\fixme{tbd}} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonRight/\ButtonMenu/\ButtonPlay}
14 \opt{IRIVER_H10_PAD}{\ButtonLeft/\ButtonRight/\ButtonScrollUp/\ButtonScrollDown}
14 & Move Tile \\ 15 & Move Tile \\
15 % 16 %
16 \opt{RECORDER_PAD}{\ButtonFOne} 17 \opt{RECORDER_PAD}{\ButtonFOne}
17 \opt{ONDIO_PAD}{Hold \ButtonMenu} 18 \opt{ONDIO_PAD}{Hold \ButtonMenu}
18 \opt{h1xx,h300}{\ButtonSelect} 19 \opt{h1xx,h300}{\ButtonSelect}
19 \opt{x5}{\fixme{TBD}} 20 \opt{x5}{\ButtonRec}
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\fixme{TBD}} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
22 \opt{IRIVER_H10_PAD}{\ButtonRew}
21 & Shuffle \\ 23 & Shuffle \\
22 % 24 %
23 \opt{RECORDER_PAD}{\ButtonFTwo} 25 \opt{RECORDER_PAD}{\ButtonFTwo}
24 \opt{ONDIO_PAD}{\ButtonMenu} 26 \opt{ONDIO_PAD}{\ButtonMenu}
25 \opt{h1xx,h300}{\ButtonOn} 27 \opt{h1xx,h300}{\ButtonOn}
26 \opt{x5}{\fixme{TBD}} 28 \opt{x5,IRIVER_H10_PAD}{\ButtonPlay}
27 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\fixme{TBD}} 29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
28 & Change between picture and numbered tiles \\ 30 & Change between picture and numbered tiles \\
29 % 31 %
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 32 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
31 \opt{x5}{\fixme{TBD}} 33 \opt{x5,IRIVER_H10_PAD}{\ButtonPower}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\fixme{TBD}} 34 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
33 & Stop the game \\ 35 & Stop the game \\
34 \end{btnmap} 36 \end{btnmap}
35\end{table} 37\end{table}