diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2008-09-23 17:25:32 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2008-09-23 17:25:32 +0000 |
commit | 83f6a03ba5323186fb8e8f00aa59a8be23de5836 (patch) | |
tree | 803985bd0afa61cd6f7e6510ea00041f0b94908b /manual/plugins/sudoku.tex | |
parent | 2f06ad7a5bacb600bb0e37b74460a9328c49b5d0 (diff) |
Mostly cosmetic changes to some plugin descriptions in the manual: 1) In main.tex - don't mention chip8 games in the Player manual and give the correct path to the viewers directory. 2) Correct wrongly placed 'end' in zxbox.tex and remove link to the wiki as this chapter is based off of that page and there is no additional information on it. 3) Let long lists of button names break so they don't overlap with the next column in the pdf - blackjack, bubbles, demystify, flipit, logo, oscilloscope, pegbox, rockblox1d, rockblox, rockboy, sliding puzzle, snake2, solitaire, sudoku. 4) While at it, break long (code) lines in bubbles.tex. 5) Additionally exclude lines which showed only 'n/a' in the button tables for a specific target - pegbox, sokoban. 6) Use 'fname' to mark a path in disktidy.tex, also simplify the button table. 7) Use 'ButtonHold' in doom.tex.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18580 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/sudoku.tex')
-rw-r--r-- | manual/plugins/sudoku.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex index 77ca715de7..e33f9a636a 100644 --- a/manual/plugins/sudoku.tex +++ b/manual/plugins/sudoku.tex @@ -35,22 +35,22 @@ These are \emph{NOT} saved when saving the game. % \opt{RECORDER_PAD}{\ButtonPlay} \opt{ONDIO_PAD}{\ButtonMenu} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect/\ButtonOn} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonSelect/\ButtonRight} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} / \ButtonOn} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft{} / \ButtonSelect{} / \ButtonRight} \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} \opt{IRIVER_H10_PAD}{\ButtonRew} - \opt{SANSA_E200_PAD}{\ButtonScrollBack/\ButtonScrollFwd} - \opt{SANSA_C200_PAD}{\ButtonSelect/\ButtonVolUp/\ButtonVolDown} + \opt{SANSA_E200_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd} + \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown} & Change number under the cursor\\ % \opt{RECORDER_PAD}{Long \ButtonPlay} \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonDown} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOn} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft/\ButtonSelect/\ButtonRight} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft{} / \ButtonSelect{} / \ButtonRight} \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect} \opt{IRIVER_H10_PAD}{Long \ButtonRew} - \opt{SANSA_E200_PAD}{Long \ButtonScrollBack/\ButtonScrollFwd} - \opt{SANSA_C200_PAD}{Long \ButtonSelect/\ButtonVolUp/\ButtonVolDown} + \opt{SANSA_E200_PAD}{Long \ButtonScrollBack{} / \ButtonScrollFwd} + \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown} & Constantly changing the number under the cursor\\ % \opt{RECORDER_PAD}{\ButtonFOne} |