diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-10-17 14:43:39 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-10-17 14:43:39 +0000 |
| commit | 5df64236da4458edf665e486aee03f9c6c475f7f (patch) | |
| tree | f3da72ec7b282c18511f00f276625935c81da606 /manual/plugins/solitaire.tex | |
| parent | 08a4ceaae7ac756b8815b230d12ba7992a0cb120 (diff) | |
| download | rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.zip rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.gz rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.bz2 rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.xz | |
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/solitaire.tex')
| -rw-r--r-- | manual/plugins/solitaire.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex index c34cd2c..7f026d4 100644 --- a/manual/plugins/solitaire.tex +++ b/manual/plugins/solitaire.tex @@ -19,16 +19,18 @@ visit\\ \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} {\ButtonLeft, \ButtonRight, \ButtonUp, \ButtonDown} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft, \ButtonRight, \ButtonMenu, \ButtonPlay} + \opt{IRIVER_H10_PAD}{\ButtonLeft/\ButtonRight/\ButtonScrollUp/\ButtonScrollDown} & Move Cursor around.\\ % \opt{RECORDER_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonSelect} + \opt{IRIVER_H100_PAD}{\ButtonRew} & Select cards, move cards, reveal hidden cards...\\ % \opt{RECORDER_PAD}{\ButtonFTwo} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect + \ButtonPlay} - \opt{IAUDIO_X5_PAD}{\ButtonPlay} + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} & If a card was selected -- unselect it, else\\ & Draw 3 new cards from the remains stack\\ % @@ -36,18 +38,21 @@ visit\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn + \ButtonLeft} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect + \ButtonLeft} \opt{IAUDIO_X5_PAD}{\ButtonRec + \ButtonLeft} + \opt{IRIVER_H10_PAD}{\ButtonFF+\ButtonLeft} & Put the card from the top of the remains stack on top of the cursor\\ % \opt{RECORDER_PAD}{\ButtonFOne} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Hold \ButtonSelect} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect + \ButtonRight} \opt{IAUDIO_X5_PAD}{\ButtonRec + \ButtonUp} + \opt{IRIVER_H10_PAD}{\ButtonFF+\ButtonScrollUp} & Put the card under the cursor on one of the 4 final colour stacks.\\ % \opt{RECORDER_PAD}{\ButtonFThree} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn + \ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft + \ButtonRight} \opt{IAUDIO_X5_PAD}{\ButtonRec + \ButtonDown} + \opt{IRIVER_H10_PAD}{\ButtonFF+\ButtonScrollDown} & Put the card on top of the remains stack on one of the final colour stacks.\\ \end{btnmap} \end{table} |