diff options
Diffstat (limited to 'manual/plugins/solitaire.tex')
| -rw-r--r-- | manual/plugins/solitaire.tex | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex index cda624a..c34cd2c 100644 --- a/manual/plugins/solitaire.tex +++ b/manual/plugins/solitaire.tex @@ -13,15 +13,15 @@ For the full set of rules to the game, and other facinating information visit\\ \url{http://www.solitairecentral.com/rules/klondike.html} +\nopt{ondio}{ \begin{table} \begin{btnmap}{}{} - \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} + \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} & Move Cursor around.\\ % \opt{RECORDER_PAD}{\ButtonOn} - \opt{ONDIO_PAD}{\ButtonMenu} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonSelect} & Select cards, move cards, reveal hidden cards...\\ % @@ -29,7 +29,6 @@ visit\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect + \ButtonPlay} \opt{IAUDIO_X5_PAD}{\ButtonPlay} - \opt{ONDIO_PAD}{Hold \ButtonMenu} & If a card was selected -- unselect it, else\\ & Draw 3 new cards from the remains stack\\ % @@ -37,23 +36,38 @@ 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{ONDIO_PAD}{Hold \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{ONDIO_PAD}{Hold \ButtonRight} & 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{ONDIO_PAD}{Hold \ButtonUp} & Put the card on top of the remains stack on one of the final colour stacks.\\ + \end{btnmap} + \end{table} +} + +\opt{ondio}{ +\begin{table} + \begin{btnmap}{}{} + \ButtonLeft, \ButtonRight & Move cursor between colums.\\ + % + \ButtonUp, \ButtonDown & Move cursor in a column of open cards.\\ + \ButtonMenu & Toggle select/unselect card.\\ + % + Hold \ButtonMenu & Draw 3 new cards from the remains stack.\\ + % + Hold \ButtonLeft & Put the card from the top of the remains stack on top of the cursor.\\ + % + Hold \ButtonRight & Put the card under the cursor on one of the 4 final colour stacks.\\ + % + Hold \ButtonUp & Put the card on top of the remains stack on one of the final colour stacks.\\ \end{btnmap} \end{table} - - +}
\ No newline at end of file |