[gnome-terminal/wip/mallard-merge: 15/202] help: rename copy-paste ro txt-copy-paste



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

    help: rename copy-paste ro txt-copy-paste
    
    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 |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 37 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..81383d0
--- /dev/null
+++ b/help/C/txt-copy-paste.page
@@ -0,0 +1,37 @@
+<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]