[gnome-terminal/wip/mallard-merge: 46/272] Help: Added help to txt-copy-paste.page.



commit aacba4f5af2b0c2097ab157616ad8f7ec193c662
Author: Sindhu S <sindhus live in>
Date:   Wed Feb 6 15:50:42 2013 +0530

    Help: Added help to txt-copy-paste.page.
    
    Renamed copy-paste.page to txt-copy-paste.page as it belongs to
    the "Working with text" section.
    Added appropriate mallard tags and polished help content.

 help/C/copy-paste.page     |   24 ------------------------
 help/C/txt-copy-paste.page |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 24 deletions(-)
---
diff --git a/help/C/txt-copy-paste.page b/help/C/txt-copy-paste.page
new file mode 100644
index 0000000..3d9776a
--- /dev/null
+++ b/help/C/txt-copy-paste.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="copy-paste">
+  <info>
+    <revision version="0.1" date="2013-01-10" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+      <years>2013</years>
+    </credit>
+
+    <link type="guide" xref="index#textoutput"/>
+<!--The title and description NEEDS-WORK -->
+    <desc>Copy text from and paste into <app>Terminal</app></desc>
+
+  </info>
+
+  <title>Transfer text</title>
+
+  <terms>
+    <item>
+      <title><gui>Copy</gui></title>
+      <p>Click and drag your mouse pointer through the text portions you wish to copy, then go to 
<guiseq><gui style="menu">Edit</gui><gui style="menuitem">Copy</gui></guiseq>. Alternatively, you can press 
<keyseq><key>Control</key><key>Shift</key><key>C</key></keyseq>.</p>
+    </item>
+    <item>
+      <title><gui>Paste</gui></title>
+      <p>Right click in the <app>Terminal</app> and click <guiseq><gui 
style="menuitem">Paste</gui></guiseq>. Alternatively, you can press 
<keyseq><key>Control</key><key>Shift</key><key>V</key></keyseq>.</p>
+    </item>
+  </terms>
+
+</page>


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