diff options
| author | Tom Ross <midgey@rockbox.org> | 2007-01-19 06:45:59 +0000 |
|---|---|---|
| committer | Tom Ross <midgey@rockbox.org> | 2007-01-19 06:45:59 +0000 |
| commit | 2ccef991441ef708ea25d833a2fd3c11aa5ea6a8 (patch) | |
| tree | 8a41f83398a0ea56cf4312e074bb89071a96fb78 /manual/plugins/mandelbrot.tex | |
| parent | fa6ed0d1f44420f813b1edbd77dd8cd0c7baed15 (diff) | |
| download | rockbox-2ccef991441ef708ea25d833a2fd3c11aa5ea6a8.zip rockbox-2ccef991441ef708ea25d833a2fd3c11aa5ea6a8.tar.gz rockbox-2ccef991441ef708ea25d833a2fd3c11aa5ea6a8.tar.bz2 rockbox-2ccef991441ef708ea25d833a2fd3c11aa5ea6a8.tar.xz | |
Manual Commit: Add H10 keymappings for Demos and Applications. Correct a few mistakes on e200 mappings. Add a few missing X5 keys. Add Disk Tidy for Player and remove the old keymaps. Rework stopwatch.tex.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12070 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/mandelbrot.tex')
| -rw-r--r-- | manual/plugins/mandelbrot.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex index c6f847e..1335ff6 100644 --- a/manual/plugins/mandelbrot.tex +++ b/manual/plugins/mandelbrot.tex @@ -4,8 +4,8 @@ This demonstration draws fractal images from the Mandelbrot set \opt{archos,h1xx}{using the greyscale engine}. \begin{table} \begin{btnmap}{}{} -Arrow keys & Move about the image\\ -\opt{RECORDER_PAD}{\ButtonPlay} +Direction keys & Move about the image\\ +\opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} @@ -16,6 +16,7 @@ Arrow keys & Move about the image\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} \opt{IAUDIO_X5_PAD}{Hold \ButtonSelect} +\opt{IRIVER_H10_PAD}{Hold \ButtonPlay} \opt{SANSA_E200_PAD}{\ButtonScrollUp} & Zoom out\\ \opt{RECORDER_PAD}{\ButtonFOne} @@ -23,21 +24,24 @@ Arrow keys & Move about the image\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect+\ButtonLeft} \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonLeft} +\opt{IRIVER_H10_PAD}{\ButtonRew} & Decrease iteration depth (less detail)\\ \opt{RECORDER_PAD}{\ButtonFTwo} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect+\ButtonRight} \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight} +\opt{IRIVER_H10_PAD}{\ButtonFF} & Increase iteration depth (more detail)\\ \opt{RECORDER_PAD}{\ButtonFThree} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} +\opt{IRIVER_H10_PAD}{\ButtonPlay + \ButtonRew} & Reset and return to the default image\\ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} -\opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonPower} +\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower} & Quit\\ \end{btnmap} \end{table} |