diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-06-22 11:07:37 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-06-22 11:07:37 +0000 |
| commit | dbd4406ca8b18e8896f235f7096514ec4f664cf9 (patch) | |
| tree | a89886107991318b0854f21ce9b5e6a786b95f30 | |
| parent | b89bb3128197e1df4a1e97093cb42f6cf6787fd1 (diff) | |
| download | rockbox-dbd4406ca8b18e8896f235f7096514ec4f664cf9.zip rockbox-dbd4406ca8b18e8896f235f7096514ec4f664cf9.tar.gz rockbox-dbd4406ca8b18e8896f235f7096514ec4f664cf9.tar.bz2 rockbox-dbd4406ca8b18e8896f235f7096514ec4f664cf9.tar.xz | |
keypress table and some smanll tweaks for bounce
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10147 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/bounce.tex | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex index 5e417ff..8fc425d 100644 --- a/manual/plugins/bounce.tex +++ b/manual/plugins/bounce.tex @@ -1,19 +1,27 @@ \subsection{Bounce} \screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce} - -This demo is of the word ``Rockbox'' bouncing across the screen. There -is also an analogue clock on the Recorder platform. (The Ondio does -not have clock support.) - -Key controls for this demo are: +This demo is of the word ``Rockbox'' bouncing across the screen. +\opt{CONFIG_RTC}{There is also an analogue clock in the background.} +In \setting{Scroll mode} the bouncing text is replaced by a different one +scrolling from right to left. \begin{table} \begin{btnmap}{}{} -F1/F2/F3 & Enters Bounce configuration options \\ -UP/DOWN & Moves to next/previous option \\ -LEFT/RIGHT & Increases/decreases option value \\ -ON & Changes to Scroll mode \\ -OFF & Exits bounce demo\\ +\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} + {\ButtonUp\ /\ \ButtonDown} +\opt{IPOD_4G_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd} +& Moves to next/previous option\\ +\ButtonLeft\ /\ \ButtonRight +& Increases/decreases option value\\ +\opt{RECORDER_PAD}{\ButtonOn} +\opt{ONDIO_PAD}{\ButtonMenu} +\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect} +\opt{IAUDIO_X5_PAD}{\ButtonPlay} +& Toggles Scroll mode\\ +\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} +\opt{IPOD_4G_PAD}{\ButtonMenu} +\opt{IAUDIO_X5_PAD}{\ButtonPower} +& Exits bounce demo\\ \end{btnmap} \end{table} |