[gnome-dictionary/wip/help-pages: 19/23] Review text help page



commit 3130cc39652b26e0fcd7c59e39fddaa3eb56f1c8
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sat Mar 30 22:00:45 2013 +0000

    Review text help page
    
    Rename from text-operations.page to text-copy.page because the page is
    about copying a definition.
    
    Merge the instructions on how to select portions of the text and how to
    select all the text.

 help/C/text-copy.page       |   51 ++++++++++++++++++++++++++++++++++++++
 help/C/text-operations.page |   57 -------------------------------------------
 help/Makefile.am            |    2 +-
 3 files changed, 52 insertions(+), 58 deletions(-)
---
diff --git a/help/C/text-copy.page b/help/C/text-copy.page
new file mode 100644
index 0000000..7bee399
--- /dev/null
+++ b/help/C/text-copy.page
@@ -0,0 +1,51 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="text-copy">
+
+  <info>
+    <revision pkgversion="3.6" version="0.1" date="2013-03-30" status="candidate"/>
+    <link type="guide" xref="index#features"/>
+    <link type="seealso" xref="keyboard-shortcuts"/>
+
+    <credit type="author copyright">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+      <years>2013</years>
+    </credit>
+    <credit type="copyright editor">
+      <name>Ekaterina Gerasimova</name>
+      <email>kittykat3756 gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Select and copy a defintion to another application.</desc>
+
+  </info>
+
+  <title>Copy definition</title>
+
+  <p>You can copy and paste definitions from <app>Dictionary</app> to another
+  application.</p>
+
+  <steps>
+    <title>Copy a definition</title>
+    <item>
+      <p>Select the text that you want to copy in <app>Dictionary</app>.
+      Alternatively, you can select the whole definition using
+      <guiseq><gui style="menu">Edit</gui>
+      <gui style="menuitem">Select All</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>Select <guiseq><gui style="menu">Edit</gui>
+      <gui style="menuitem">Copy</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>Paste the text into another application. This can usually be done
+      using the <keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut
+      or through one of the menus.</p>
+    </item>
+  </steps>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 54de539..f76faa1 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -21,7 +21,7 @@ HELP_FILES = \
           sources-edit.page \
           sources.page \
           sources-select.page \
-          text-operations.page
+          text-copy.page
 HELP_MEDIA = \
        figures/gnome-dictionary-icon.png \
        figures/gnome-dictionary.png


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