diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-09-03 11:58:25 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-09-03 11:58:25 +0000 |
| commit | b460fdafa8ffe81ff3e3b126374c889413d8b8ce (patch) | |
| tree | 6ab45a8b30682f0063fe65c6c87713118d43e252 | |
| parent | 77982946a6cc3ab78f06eb698882dd2cd5c3fe24 (diff) | |
| download | rockbox-b460fdafa8ffe81ff3e3b126374c889413d8b8ce.zip rockbox-b460fdafa8ffe81ff3e3b126374c889413d8b8ce.tar.gz rockbox-b460fdafa8ffe81ff3e3b126374c889413d8b8ce.tar.bz2 rockbox-b460fdafa8ffe81ff3e3b126374c889413d8b8ce.tar.xz | |
add disktidy to the manuals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10867 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/disktidy.tex | 30 | ||||
| -rw-r--r-- | manual/plugins/main.tex | 2 |
2 files changed, 32 insertions, 0 deletions
diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex new file mode 100644 index 0000000..93ea7ea --- /dev/null +++ b/manual/plugins/disktidy.tex @@ -0,0 +1,30 @@ +% $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. + + \subsubsection{Available Options} + \begin{description} + \item[Both] deletes both OS X and Windows files. + \item[Win] deletes Windows files, \fname{Thumbs.db}, \fname{/Recycled} and + \fname{/System Volume Information}. + \item[Mac] deletes OS X files, \fname{.\_*}, \fname{.DS\_Store} and + \fname{/.Trashes}. + \end{description} + + \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} + {\ButtonSelect}% + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}% + & Clean Up\\ + \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}{\ButtonPower}% + & Exit\ /\ Abort\\ + \end{btnmap} +\end{table} diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index fc608b5..6ae7716 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -133,6 +133,8 @@ the associated file. Viewers are stored in the {\input{plugins/dice.tex}} +\opt{HAVE_LCD_BITMAP}{\input{plugins/disktidy.tex}} + \opt{player}{\input{plugins/euro_converter.tex}} {\input{plugins/favorites.tex}} |