summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-08-25 15:08:47 +0000
committerAlex Parker <rockbox@aeparker.com>2009-08-25 15:08:47 +0000
commitb26656410a81cb1ea703e3741e8b8fb193bff235 (patch)
treef83b71f2e5c2136a536bf7190c2b1293185b74de
parent32a1562c5f98a2d60ff96b48ba6de5a1d09f5628 (diff)
downloadrockbox-b26656410a81cb1ea703e3741e8b8fb193bff235.tar.gz
rockbox-b26656410a81cb1ea703e3741e8b8fb193bff235.zip
Add button mapping for jackpot to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22512 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/jackpot.tex23
1 files changed, 18 insertions, 5 deletions
diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex
index 6e2e3c78e8..6e3f3f2a7b 100644
--- a/manual/plugins/jackpot.tex
+++ b/manual/plugins/jackpot.tex
@@ -4,19 +4,32 @@
4This is a jackpot slot machine game. At the beginning of the game you 4This is a jackpot slot machine game. At the beginning of the game you
5have 20\$. Payouts are given when three matching symbols come up. 5have 20\$. Payouts are given when three matching symbols come up.
6 6
7% fill out for every other target...
8\begin{table} 7\begin{table}
9\begin{btnmap}{}{} 8\begin{btnmap}{}{}
10 \opt{PLAYER_PAD}{\ButtonPlay} 9 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay}
11 \opt{HAVEREMOTEKEYMAP}{& 10 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,%
11 MROBE100_PAD,SANSA_CLIP_PAD,M200,IPOD_3G_PAD,IPOD_4G_PAD,%
12 SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect}
13 \opt{ONDIO_PAD}{\ButtonUp}
14 \opt{IRIVER_H10_PAD}{\ButtonRew}
15 \opt{IAUDIO_M3_PAD}{}
16 \opt{HAVEREMOTEKEYMAP}{&
12 \opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect} 17 \opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect}
18 \opt{IAUDIO_RC_PAD}{\ButtonRCMode}
13 } 19 }
14 & Play \\ 20 & Play \\
15 \opt{PLAYER_PAD}{\ButtonStop} 21 \opt{PLAYER_PAD}{\ButtonStop}
16 \opt{HAVEREMOTEKEYMAP}{& 22 \opt{IRIVER_H100_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
23 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
24 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD,%
25 SANSA_CLIP_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower}
26 \opt{GIGABEAT_S_PAD}{\ButtonBack}
27 \opt{SANSA_FUZE_PAD}{\ButtonHome}
28 \opt{IAUDIO_M3_PAD}{}
29 \opt{HAVEREMOTEKEYMAP}{&
17 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 30 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
31 \opt{IAUDIO_RC_PAD}{\ButtonRCRec}
18 } 32 }
19 & Exit the game \\ 33 & Exit the game \\
20\end{btnmap} 34\end{btnmap}
21\end{table} 35\end{table}
22