diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-05-21 11:39:22 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-05-21 11:39:22 +0000 |
| commit | 6c00e1ccd0e7716c0ea96da6f8f5d745cf16acd9 (patch) | |
| tree | 9c067124cfe8d057e15f6360aefae812ebb6de7f /manual/plugins/snake.tex | |
| parent | f28fcb0f32a0fb170490e0f12b654ef8d6776531 (diff) | |
| download | rockbox-6c00e1ccd0e7716c0ea96da6f8f5d745cf16acd9.zip rockbox-6c00e1ccd0e7716c0ea96da6f8f5d745cf16acd9.tar.gz rockbox-6c00e1ccd0e7716c0ea96da6f8f5d745cf16acd9.tar.bz2 rockbox-6c00e1ccd0e7716c0ea96da6f8f5d745cf16acd9.tar.xz | |
Add plugin keys to the manual for the Gigabeat S, plus a couple of missing ones for the Gigabeat F. Also add missing equalizer keys for the S. Vast majority is from FS#10073 by Teruaki Kawashima.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21006 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/snake.tex')
| -rw-r--r-- | manual/plugins/snake.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex index efafe23..42cf552 100644 --- a/manual/plugins/snake.tex +++ b/manual/plugins/snake.tex @@ -8,13 +8,15 @@ end when the snake touches either the borders of the screen or itself. \begin{table} \begin{btnmap}{}{} \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% - ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp/\ButtonDown} + ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} + {\ButtonUp/\ButtonDown} \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} & Change levels (1 is slowest, 9 is fastest)\\ % \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} - \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% + ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{ONDIO_PAD}{\ButtonMenu} & Toggle Play/Pause\\ |