diff options
| author | Dan Everton <dan@iocaine.org> | 2006-03-20 12:55:42 +0000 |
|---|---|---|
| committer | Dan Everton <dan@iocaine.org> | 2006-03-20 12:55:42 +0000 |
| commit | ae6443fdc17e854636a08b26b0abba939f7e0077 (patch) | |
| tree | 889bc7714407b6d77b3321dbab7ec573caf164d0 | |
| parent | 1429c9b86332bbc027aee1f2abb1c1de18c0f972 (diff) | |
| download | rockbox-ae6443fdc17e854636a08b26b0abba939f7e0077.zip rockbox-ae6443fdc17e854636a08b26b0abba939f7e0077.tar.gz rockbox-ae6443fdc17e854636a08b26b0abba939f7e0077.tar.bz2 rockbox-ae6443fdc17e854636a08b26b0abba939f7e0077.tar.xz | |
Add cut/copy/paste documentation to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9133 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-112x64x1.png | bin | 438 -> 790 bytes | |||
| -rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-160x128x2.png | bin | 457 -> 503 bytes | |||
| -rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-176x132x16.png | bin | 1045 -> 1181 bytes | |||
| -rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-220x176x16.png | bin | 1225 -> 1352 bytes | |||
| -rw-r--r-- | manual/rockbox_interface/main.tex | 5 |
5 files changed, 4 insertions, 1 deletions
diff --git a/manual/rockbox_interface/images/ss-file-menu-112x64x1.png b/manual/rockbox_interface/images/ss-file-menu-112x64x1.png Binary files differindex 9e66421..0770e85 100644 --- a/manual/rockbox_interface/images/ss-file-menu-112x64x1.png +++ b/manual/rockbox_interface/images/ss-file-menu-112x64x1.png diff --git a/manual/rockbox_interface/images/ss-file-menu-160x128x2.png b/manual/rockbox_interface/images/ss-file-menu-160x128x2.png Binary files differindex f12b970..f6a03bd 100644 --- a/manual/rockbox_interface/images/ss-file-menu-160x128x2.png +++ b/manual/rockbox_interface/images/ss-file-menu-160x128x2.png diff --git a/manual/rockbox_interface/images/ss-file-menu-176x132x16.png b/manual/rockbox_interface/images/ss-file-menu-176x132x16.png Binary files differindex c9cdaec..a1857c2 100644 --- a/manual/rockbox_interface/images/ss-file-menu-176x132x16.png +++ b/manual/rockbox_interface/images/ss-file-menu-176x132x16.png diff --git a/manual/rockbox_interface/images/ss-file-menu-220x176x16.png b/manual/rockbox_interface/images/ss-file-menu-220x176x16.png Binary files differindex c592003..e39c145 100644 --- a/manual/rockbox_interface/images/ss-file-menu-220x176x16.png +++ b/manual/rockbox_interface/images/ss-file-menu-220x176x16.png diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index d510398..8276980 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -132,8 +132,11 @@ Xing header for an MP3 file, which can fix problems such as fast{}-forward and rewind not working correctly on a particular MP3 file or the play time of a track being listed incorrectly. \item \textbf{Playlist:} Change to the Playlist submenu (see below). \item \textbf{Rename:} This function lets the user modify a file name. +\item \textbf{Cut:} Copies the name of the currently selected file or directory to the clipboard and marks it to be 'cut'. +\item \textbf{Copy:} Copies the name of the currently selected file or directory to the clipboard and marks it to be 'copied'. +\item \textbf{Paste:} Only visible if a file or directory name is on the clipboard. When selected it will move or copy the clipboard to the current directory. \item \textbf{Delete:} Only files can be deleted, not folders. Rockbox will ask for confirmation before deleting a file. Press PLAY to confirm deletion or any other key to cancel. -\item \textbf{Delete Directory: }Deletes the folder pointed to by the cursor and all the files and folders contained in it. Use with caution. +\item \textbf{Delete Directory:} Deletes the folder pointed to by the cursor and all the files and folders contained in it. Use with caution. \item \textbf{Create Directory:} Makes a new folder in the current folder on the disk. \end{itemize} |