2009-10-25 13:40:24 +00:00
|
|
|
% $Id$ %
|
2006-09-03 11:58:25 +00:00
|
|
|
\subsection{Disk Tidy}
|
2010-10-31 14:58:49 +00:00
|
|
|
Disk Tidy deletes junk files commonly left behind by Windows, Linux and
|
|
|
|
OS X after connecting your \dap{} over USB. Select the files you want to
|
|
|
|
delete in the ``Files to Clean'' menu and select ``Start Cleaning'' to begin
|
|
|
|
the process. The settings are stored in the plain text file
|
|
|
|
\fname{.rockbox/rocks/apps/disktidy.config} that is user-modifiable to allow
|
|
|
|
custom entries to be added.
|
2010-10-31 13:02:59 +00:00
|
|
|
|
2010-12-25 20:32:36 +00:00
|
|
|
The asterisk character (``*'') can be used as a wild-card which will match any
|
2010-10-31 14:58:49 +00:00
|
|
|
string; however only the first asterisk will be recognised as a wild-card
|
|
|
|
with any additional uses being taken as literal.\\*
|
2010-10-31 13:02:59 +00:00
|
|
|
|
2010-10-31 14:58:49 +00:00
|
|
|
\warn{Be careful when you use custom entries as you could accidentally delete
|
|
|
|
important files.}
|
2006-09-03 11:58:25 +00:00
|
|
|
|
|
|
|
\subsubsection{Available Options}
|
|
|
|
\begin{description}
|
2008-09-08 23:43:29 +00:00
|
|
|
\item[All] selects all Linux, OS X, and Windows files.
|
|
|
|
\item[None] deselects all file options.
|
|
|
|
\item[Linux] selects Linux files. Default files are
|
|
|
|
\fname{.dolphinview}, \fname{.d3lphinview}, and \fname{.Trash-*/}.
|
|
|
|
\item[Windows] selects Windows files. Default files are
|
2010-12-27 08:37:38 +00:00
|
|
|
\fname{Thumbs.db}, \fname{\$RECYCLE.BIN/}, \fname{Desktop.ini}, \fname{Recycled/} and
|
2010-12-25 20:32:36 +00:00
|
|
|
\fname{System Volume Information/}.
|
2010-12-23 19:09:44 +00:00
|
|
|
\item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store},
|
2010-12-25 20:32:36 +00:00
|
|
|
\fname{.Spotlight-V100/} and \fname{.Trashes/}.
|
2010-10-31 14:58:49 +00:00
|
|
|
\item[Other] selects additional files added to the configuration file by the
|
|
|
|
user.
|
2006-09-03 11:58:25 +00:00
|
|
|
\end{description}
|
|
|
|
|
2010-05-20 17:38:38 +00:00
|
|
|
\begin{btnmap}
|
2009-07-06 23:15:46 +00:00
|
|
|
\ActionStdCancel
|
2009-07-22 22:25:09 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
|
Mostly cosmetic changes to some plugin descriptions in the manual: 1) In main.tex - don't mention chip8 games in the Player manual and give the correct path to the viewers directory. 2) Correct wrongly placed 'end' in zxbox.tex and remove link to the wiki as this chapter is based off of that page and there is no additional information on it. 3) Let long lists of button names break so they don't overlap with the next column in the pdf - blackjack, bubbles, demystify, flipit, logo, oscilloscope, pegbox, rockblox1d, rockblox, rockboy, sliding puzzle, snake2, solitaire, sudoku. 4) While at it, break long (code) lines in bubbles.tex. 5) Additionally exclude lines which showed only 'n/a' in the button tables for a specific target - pegbox, sokoban. 6) Use 'fname' to mark a path in disktidy.tex, also simplify the button table. 7) Use 'ButtonHold' in doom.tex.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18580 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 17:25:32 +00:00
|
|
|
& Exit / Abort\\
|
2010-05-20 17:38:38 +00:00
|
|
|
\end{btnmap}
|