forked from len0rd/rockbox
add disktidy to the manuals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
77982946a6
commit
b460fdafa8
2 changed files with 32 additions and 0 deletions
30
manual/plugins/disktidy.tex
Normal file
30
manual/plugins/disktidy.tex
Normal file
|
@ -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}
|
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue