[gnome-terminal/wip/mallard-merge: 172/320] Help: Modified help on txt-copy-paste.page.



commit 816014e2ce75457e7cdcf97bdfc3c368b8b56065
Author: Sindhu S <sindhus live in>
Date:   Sun Feb 17 19:47:39 2013 +0530

    Help: Modified help on txt-copy-paste.page.
    
    Added introduction on copy and paste in Terminal.
    Added a note on why Ctrl + C will not work for copying text and
    that Ctrl + V will work for pasting text in Terminal.

 help/C/txt-copy-paste.page |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/help/C/txt-copy-paste.page b/help/C/txt-copy-paste.page
index 47d77a0..4b6ffd7 100644
--- a/help/C/txt-copy-paste.page
+++ b/help/C/txt-copy-paste.page
@@ -23,14 +23,12 @@
 
   <title>Transfer text</title>
 
-<!-- Add short intro, something along the lines of "You can copy and paste text
-     in a terminal like in other applications, but the terminal keyboard
-     shortcuts for this differ." -->
+  <p>You can copy and paste text in <app>Terminal</app>, however the keyboard shorcuts differ.</p>
 
   <terms>
     <item>
       <title><gui>Copy</gui></title>
-      <p>Highlight <!-- not everyone uses a mouse! --> the text portions you
+      <p>Highlight the text portions you
       wish to copy, then select <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>
@@ -44,4 +42,8 @@
     </item>
   </terms>
 
+  <note>
+   <p>To copy text from <app>Terminal</app>, the shortcut <keyseq><key>Ctrl</key><key>C</key></keyseq> will 
not work as it has been binded to the task of ending a command's execution. However, to paste text in 
<app>Terminal</app> the shorcut <keyseq><key>Ctrl</key><key>V</key></keyseq> can be used.</p>
+  </note>
+
 </page>


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