summaryrefslogtreecommitdiff
path: root/manual/plugins/jackpot.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-07-22 21:40:29 +0000
committerAlex Parker <rockbox@aeparker.com>2009-07-22 21:40:29 +0000
commit300b12e0046d40a11df366ab981cf91d92f67a45 (patch)
tree581c57425fb1c502c7347cea00f2e10f3b2c89a7 /manual/plugins/jackpot.tex
parent457eb6b2e9228acff75eaf33eae56e9b91c65a89 (diff)
downloadrockbox-300b12e0046d40a11df366ab981cf91d92f67a45.tar.gz
rockbox-300b12e0046d40a11df366ab981cf91d92f67a45.zip
Add H100 remote keys for plugins to the manual. For the vast majority
of plugins this is just exit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22000 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/jackpot.tex')
-rw-r--r--manual/plugins/jackpot.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex
index e7dd6f0338..6e2e3c78e8 100644
--- a/manual/plugins/jackpot.tex
+++ b/manual/plugins/jackpot.tex
@@ -8,10 +8,14 @@ have 20\$. Payouts are given when three matching symbols come up.
8\begin{table} 8\begin{table}
9\begin{btnmap}{}{} 9\begin{btnmap}{}{}
10 \opt{PLAYER_PAD}{\ButtonPlay} 10 \opt{PLAYER_PAD}{\ButtonPlay}
11 \opt{HAVEREMOTEKEYMAP}{& } 11 \opt{HAVEREMOTEKEYMAP}{&
12 \opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect}
13 }
12 & Play \\ 14 & Play \\
13 \opt{PLAYER_PAD}{\ButtonStop} 15 \opt{PLAYER_PAD}{\ButtonStop}
14 \opt{HAVEREMOTEKEYMAP}{& } 16 \opt{HAVEREMOTEKEYMAP}{&
17 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
18 }
15 & Exit the game \\ 19 & Exit the game \\
16\end{btnmap} 20\end{btnmap}
17\end{table} 21\end{table}