diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2008-09-09 01:29:25 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2008-09-09 01:29:25 +0000 |
| commit | 8ad3b52f833af50c5cb00b97f6845859e94d0abe (patch) | |
| tree | d42ecef794f58a3ba40fa8ce405f97312c64c68b | |
| parent | e1b091365418e6f36322e7334cd9cd58b39a5011 (diff) | |
| download | rockbox-8ad3b52f833af50c5cb00b97f6845859e94d0abe.zip rockbox-8ad3b52f833af50c5cb00b97f6845859e94d0abe.tar.gz rockbox-8ad3b52f833af50c5cb00b97f6845859e94d0abe.tar.bz2 rockbox-8ad3b52f833af50c5cb00b97f6845859e94d0abe.tar.xz | |
Fix manuals, some of them were broken by r18469, by using the correct button macros. Also add additional 'fly' buttons to the button table where they exist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18473 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/chopper.tex | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/manual/plugins/chopper.tex b/manual/plugins/chopper.tex index fa9db31..1ddc7c6 100644 --- a/manual/plugins/chopper.tex +++ b/manual/plugins/chopper.tex @@ -6,14 +6,16 @@ \begin{table} \begin{btnmap}{}{} \opt{RECORDER_PAD}{\ButtonPlay}% - \opt{ONDIO_PAD,IAUDIO_X5_PAD}{\ButtonUp}% - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}% - & Make chopper fly\\ + \opt{ONDIO_PAD}{\ButtonUp{} / \ButtonMenu} + \opt{IRIVER_H10_PAD}{\ButtonRight} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD,GIGABEAT_PAD}{\ButtonSelect} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect{} / \ButtonUp} + \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu} + & Make chopper fly\\ - \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff}% - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonStop}% - \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower}% - \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonMenu}% + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu} \opt{GIGABEAT_S_PAD}{\ButtonBack}% & Enter menu\\ \end{btnmap} |