diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-10-16 00:17:27 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-10-16 00:17:27 +0000 |
| commit | 3145ad5f282ca9b568e37e6d0e1ff1f548476dc8 (patch) | |
| tree | 231c3e729a23fb24bfd1165433eab274faa3fd9b /manual/plugins/sliding.tex | |
| parent | 0d3ca0032d60f6ced6432c08b75b68218e75c79d (diff) | |
| download | rockbox-3145ad5f282ca9b568e37e6d0e1ff1f548476dc8.zip rockbox-3145ad5f282ca9b568e37e6d0e1ff1f548476dc8.tar.gz rockbox-3145ad5f282ca9b568e37e6d0e1ff1f548476dc8.tar.bz2 rockbox-3145ad5f282ca9b568e37e6d0e1ff1f548476dc8.tar.xz | |
Manual: fill out some more button tables in the plugin chapter especially for the c200 but added missing information or corrections for other players as well where found missing (mainly Gigabeat and H10). More to come...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/sliding.tex')
| -rw-r--r-- | manual/plugins/sliding.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex index f4da1de..94c6d09 100644 --- a/manual/plugins/sliding.tex +++ b/manual/plugins/sliding.tex @@ -8,7 +8,7 @@ Key controls: \begin{table} \begin{btnmap}{}{} - \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5,SANSA_E200_PAD,GIGABEAT_PAD} + \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD} {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonRight/\ButtonMenu/\ButtonPlay} \opt{IRIVER_H10_PAD}{\ButtonLeft/\ButtonRight/\ButtonScrollUp/\ButtonScrollDown} @@ -17,22 +17,22 @@ Key controls: \opt{RECORDER_PAD}{\ButtonFOne} \opt{ONDIO_PAD}{Long \ButtonMenu} \opt{h1xx,h300,GIGABEAT_PAD}{\ButtonSelect} - \opt{x5,SANSA_E200_PAD}{\ButtonRec} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} + \opt{x5,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} \opt{IRIVER_H10_PAD}{\ButtonRew} & Shuffle \\ % \opt{RECORDER_PAD}{\ButtonFTwo} \opt{ONDIO_PAD}{\ButtonMenu} - \opt{h1xx,h300}{\ButtonOn} + \opt{h1xx,h300}{\ButtonOn} \opt{x5,IRIVER_H10_PAD}{\ButtonPlay} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} - \opt{SANSA_E200_PAD}{\ButtonSelect} + \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} \opt{GIGABEAT_PAD}{\ButtonA} & Change between picture and numbered tiles \\ % \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} - \opt{x5,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower} + \opt{x5,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} & Stop the game \\ \end{btnmap} |