[gthumb] added section to manual describing file copy / move methods



commit ee3a239204ec37be196ba565b843192f83dff0b5
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Fri Jan 28 14:10:32 2011 -0500

    added section to manual describing file copy / move methods

 help/C/file-copy-move.page |   45 ++++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am           |    3 +-
 2 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/help/C/file-copy-move.page b/help/C/file-copy-move.page
new file mode 100644
index 0000000..6f088f6
--- /dev/null
+++ b/help/C/file-copy-move.page
@@ -0,0 +1,45 @@
+<page xmlns="http://projectmallard.org/1.0/"; type="topic"
+id="gthumb-file-copy-move">
+  <info>
+    <link type="guide" xref="index#files" />
+  </info>
+  <title>Copying and Moving Files</title>
+
+  <p>There are three ways to copy or move files in <app>gThumb</app>.</p>
+
+  <terms>
+    <item>
+      <title>Cut and Paste</title>
+      <p>To copy a file in the browser view, use
+      <guiseq><gui>Edit</gui><gui>Copy</gui></guiseq>, or press
+      <keyseq><key>Ctrl</key><key>C</key></keyseq>. To move a file, use
+      <guiseq><gui>Edit</gui><gui>Cut</gui></guiseq>, or press
+      <keyseq><key>Ctrl</key><key>X</key></keyseq>. Then navigate to the
+      destination folder using the folder tree. Use 
+      <guiseq><gui>Edit</gui><gui>Paste</gui></guiseq>, or press
+      <keyseq><key>Ctrl</key><key>V</key></keyseq>, to complete the file
+      transfer.</p>
+    </item>
+
+
+    <item>
+      <title>Drag and Drop</title>
+      <p>To copy a file to another folder, simply drag the file
+      (with a sustained mouse click) to the destination folder visible in 
+      the folder tree. To move a file, hold down the <key>Shift</key> key while
+      dragging.</p>
+    </item>
+
+    <item>
+      <title>File Copy / Move Dialog</title>
+      <p>Select the files to be transferred, right-click on the selection,
+      and choose <guiseq><gui>Copy to...</gui></guiseq> or 
+      <guiseq><gui>Move to...</gui></guiseq>.
+      This will open a folder-selection dialog, where you can choose the 
+      destination folder. At the bottom of the dialog, you can enable
+      the <guiseq><gui>View the destination</gui></guiseq> option if you
+      want to go to the destination folder after the file transfer is
+      complete.</p>
+    </item>
+  </terms>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 554c472..f999e1a 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -49,7 +49,8 @@ DOC_PAGES = \
 	wallpaper.page \
 	bookmarks.page \
 	import.page \
-	slideshow.page
+	slideshow.page \
+	file-copy-move.page
 	
 DOC_LINGUAS = de el es fr oc sl sv zh_CN
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]