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/disktidy.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/disktidy.tex')
| -rw-r--r-- | manual/plugins/disktidy.tex | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex index 929628f..67c4082 100644 --- a/manual/plugins/disktidy.tex +++ b/manual/plugins/disktidy.tex @@ -1,7 +1,7 @@ % $Id $ % \subsection{Disk Tidy} Disk Tidy deletes junk files left behind by Windows or OS X after a USB connection. - Select the OS's files you want to delete and press the "Clean up" button. + Select the OS's files you want to delete in the 'Files to Clean' menu and select 'Start Cleaning' to begin to process. \subsubsection{Available Options} \begin{description} @@ -14,15 +14,8 @@ \begin{table} \begin{btnmap}{}{} - \ButtonLeft\ / \ButtonRight & Select option\\ - \opt{RECORDER_PAD}{\ButtonOn}% - \opt{ONDIO_PAD}{\ButtonMenu}% - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD} - {\ButtonSelect}% - \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}% - & Clean Up\\ - \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} - {\ButtonOff}% + \opt{PLAYER_PAD}{\ButtonStop}% + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}% \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}% & Exit\ /\ Abort\\ |