diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-22 19:34:30 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-22 19:34:30 +0000 |
| commit | 762ee1f7a348016dab525e35a5b73b4068476cd4 (patch) | |
| tree | e651570d1a6b7778521fceff62b05af23d93fdea | |
| parent | f42459ff3bb3f2c31d8c8b645c412d2fd2c66cd3 (diff) | |
| download | rockbox-762ee1f7a348016dab525e35a5b73b4068476cd4.zip rockbox-762ee1f7a348016dab525e35a5b73b4068476cd4.tar.gz rockbox-762ee1f7a348016dab525e35a5b73b4068476cd4.tar.bz2 rockbox-762ee1f7a348016dab525e35a5b73b4068476cd4.tar.xz | |
use button macros for hard power off description
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9762 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/main.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 5f45c90..0804c55 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -30,10 +30,12 @@ picture above. To turn on and shutdown your \dap, the following keys are used: \end{table} \label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings. -\opt{ondio,player,RECORDER_PAD}{ +\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD}{ In the unlikely event of a software failure, a hardware power off can be - performed by holding down STOP until the Jukebox power light goes off. This - works for all models of Jukebox. + performed by holding down + \opt{PLAYER_PAD}{\ButtonStop} + \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff} + until the Jukebox power light goes off. } \section{\label{ref:file_browser}File Browser} |