summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/disktidy.tex30
-rw-r--r--manual/plugins/main.tex2
2 files changed, 32 insertions, 0 deletions
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 @@
1% $Id $ %
2\subsection{Disk Tidy}
3 Disk Tidy deletes junk files left behind by Windows or OS X after a USB connection.
4 Select the OS's files you want to delete and press the "Clean up" button.
5
6 \subsubsection{Available Options}
7 \begin{description}
8 \item[Both] deletes both OS X and Windows files.
9 \item[Win] deletes Windows files, \fname{Thumbs.db}, \fname{/Recycled} and
10 \fname{/System Volume Information}.
11 \item[Mac] deletes OS X files, \fname{.\_*}, \fname{.DS\_Store} and
12 \fname{/.Trashes}.
13 \end{description}
14
15 \begin{table}
16 \begin{btnmap}{}{}
17 \ButtonLeft\ / \ButtonRight & Select option\\
18 \opt{RECORDER_PAD}{\ButtonOn}%
19 \opt{ONDIO_PAD}{\ButtonMenu}%
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD}
21 {\ButtonSelect}%
22 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}%
23 & Clean Up\\
24 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
25 {\ButtonOff}%
26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}%
27 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPower}%
28 & Exit\ /\ Abort\\
29 \end{btnmap}
30\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
133 133
134{\input{plugins/dice.tex}} 134{\input{plugins/dice.tex}}
135 135
136\opt{HAVE_LCD_BITMAP}{\input{plugins/disktidy.tex}}
137
136\opt{player}{\input{plugins/euro_converter.tex}} 138\opt{player}{\input{plugins/euro_converter.tex}}
137 139
138{\input{plugins/favorites.tex}} 140{\input{plugins/favorites.tex}}