From b460fdafa8ffe81ff3e3b126374c889413d8b8ce Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 3 Sep 2006 11:58:25 +0000 Subject: add disktidy to the manuals git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10867 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/disktidy.tex | 30 ++++++++++++++++++++++++++++++ manual/plugins/main.tex | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 manual/plugins/disktidy.tex diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex new file mode 100644 index 0000000000..93ea7ea8df --- /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 fc608b5aa7..6ae771623a 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}} -- cgit v1.2.3