diff options
author | Robert Menes <rmenes@rockbox.org> | 2008-09-08 23:43:29 +0000 |
---|---|---|
committer | Robert Menes <rmenes@rockbox.org> | 2008-09-08 23:43:29 +0000 |
commit | 866b907efe8d75fe42c7e524def119e4c78598cc (patch) | |
tree | e08dc1593173b1a5a8ce5481b6a5a6e7d0a0ff73 /manual | |
parent | 71818b5d683b963de959991f3a3b0751d8ceb8e2 (diff) |
Some more manual work: new plugin description for Chopper. Also updated disktidy description.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18469 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/plugins/chopper.tex | 20 | ||||
-rw-r--r-- | manual/plugins/disktidy.tex | 19 | ||||
-rw-r--r-- | manual/plugins/main.tex | 6 |
3 files changed, 37 insertions, 8 deletions
diff --git a/manual/plugins/chopper.tex b/manual/plugins/chopper.tex new file mode 100644 index 0000000000..fa9db319f1 --- /dev/null +++ b/manual/plugins/chopper.tex @@ -0,0 +1,20 @@ +% $Id: chopper.tex 18466 2008-09-08 18:15:06Z rmenes $ % +\subsection{Chopper} + Navigate a cavernous maze without banging into walls, the + ceiling, or the floor. How long can you fly your chopper? + + \begin{table} + \begin{btnmap}{}{} + \opt{RECORDER_PAD}{\ButtonPlay}% + \opt{ONDIO_PAD,IAUDIO_X5_PAD}{\ButtonUp}% + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}% + & Make chopper fly\\ + + \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff}% + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonStop}% + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower}% + \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonMenu}% + \opt{GIGABEAT_S_PAD}{\ButtonBack}% + & Enter menu\\ + \end{btnmap} +\end{table}
\ No newline at end of file diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex index 58cf8c8185..86bea64cf2 100644 --- a/manual/plugins/disktidy.tex +++ b/manual/plugins/disktidy.tex @@ -1,16 +1,23 @@ % $Id $ % \subsection{Disk Tidy} Disk Tidy deletes junk files left behind by Windows, Linux or OS X after a USB connection. - Select the OS's files you want to delete in the 'Files to Clean' menu and select 'Start Cleaning' to begin to process. + Select the OS's files you want to delete in the 'Files to Clean' + menu and select 'Start Cleaning' to begin to process. The settings + are stored in .rockbox/rocks/apps/disktidy.config, in a plain text + file that is user-modifiable to allow more entries to be added. \subsubsection{Available Options} \begin{description} - \item[All] deletes Linux, OS X and Windows files. - \item[Linux] deletes Linux files, \fname{.dolphinview}, and \fname{.d3lphinview}. - \item[Win] deletes Windows files, \fname{Thumbs.db}, \fname{/Recycled} and + \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 + \fname{Thumbs.db}, \fname{RECYCLE.BIN}, \fname{Desktop.ini}, \fname{/Recycled} and \fname{/System Volume Information}. - \item[Mac] deletes OS X files, \fname{.\_*}, \fname{.DS\_Store} and + \item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store} and \fname{/.Trashes}. + \item[Other] selects additional files added in by the user. \end{description} \begin{table} @@ -18,7 +25,7 @@ \opt{PLAYER_PAD}{\ButtonStop}% \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,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}% + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}% & Exit\ /\ Abort\\ \end{btnmap} \end{table} diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index d5f101b310..44fc776f77 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -26,6 +26,10 @@ text files, chip8 games), or from the \setting{Open with} option on the \opt{lcd_bitmap}{\input{plugins/chessbox.tex}} +\opt{lcd_bitmap}{\input{plugins/chopper.tex}} + +{\input{plugins/dice.tex}} + \opt{swcodec}{\input{plugins/doom.tex}} {\input{plugins/flipit.tex}} @@ -151,8 +155,6 @@ the associated file. Viewers are stored in the \opt{rtc}{\input{plugins/clock.tex}} -{\input{plugins/dice.tex}} - {\input{plugins/disktidy.tex}} \opt{player}{\input{plugins/euro_converter.tex}} |