From 46977a21d58fdca966693d266b3d7d9e09ff6cfa Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 25 Aug 2009 15:08:47 +0000 Subject: [PATCH] Add button mapping for jackpot to the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22512 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/jackpot.tex | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex index 6e2e3c78e..6e3f3f2a7 100644 --- a/manual/plugins/jackpot.tex +++ b/manual/plugins/jackpot.tex @@ -4,19 +4,32 @@ This is a jackpot slot machine game. At the beginning of the game you have 20\$. Payouts are given when three matching symbols come up. -% fill out for every other target... \begin{table} \begin{btnmap}{}{} - \opt{PLAYER_PAD}{\ButtonPlay} - \opt{HAVEREMOTEKEYMAP}{& + \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay} + \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,% + MROBE100_PAD,SANSA_CLIP_PAD,M200,IPOD_3G_PAD,IPOD_4G_PAD,% + SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect} + \opt{ONDIO_PAD}{\ButtonUp} + \opt{IRIVER_H10_PAD}{\ButtonRew} + \opt{IAUDIO_M3_PAD}{} + \opt{HAVEREMOTEKEYMAP}{& \opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect} + \opt{IAUDIO_RC_PAD}{\ButtonRCMode} } & Play \\ \opt{PLAYER_PAD}{\ButtonStop} - \opt{HAVEREMOTEKEYMAP}{& + \opt{IRIVER_H100_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} + \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu} + \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD,% + SANSA_CLIP_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower} + \opt{GIGABEAT_S_PAD}{\ButtonBack} + \opt{SANSA_FUZE_PAD}{\ButtonHome} + \opt{IAUDIO_M3_PAD}{} + \opt{HAVEREMOTEKEYMAP}{& \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} + \opt{IAUDIO_RC_PAD}{\ButtonRCRec} } & Exit the game \\ \end{btnmap} \end{table} - -- 2.11.4.GIT