[gnome-terminal] help: improve text selection, bug 742304



commit a934b58e0d8dab521ea54c48c1bb2e7085b7e182
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Wed Jan 28 14:25:23 2015 +0000

    help: improve text selection, bug 742304

 help/C/txt-select-text.page |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)
---
diff --git a/help/C/txt-select-text.page b/help/C/txt-select-text.page
index f6c2f36..a8542dc 100644
--- a/help/C/txt-select-text.page
+++ b/help/C/txt-select-text.page
@@ -1,10 +1,11 @@
 <page xmlns="http://projectmallard.org/1.0/";
+
       type="topic"
       id="txt-select-text">
 
   <info>
     <revision pkgversion="3.8" date="2013-03-03" status="review"/>
-    <revision pkgversion="3.15" date="2015-01-04" status="review"/>
+    <revision pkgversion="3.14.2" date="2015-01-28" status="review"/>
     <link type="guide" xref="index#textoutput"/>
     <link type="guide" xref="profile"/>
     <link type="seealso" xref="txt-copy-paste"/>
@@ -28,24 +29,29 @@
 
   <title>Text selection</title>
 
-  <!-- TODO talk about Ctrl modifier -->
-
-  <p>You can select a word or a sentence from your terminal output.</p>
+  <p>You can select a word or a sentence, or make a rectangular selection from
+  your terminal output:</p>
 
-  <p>To select a word in <app>Terminal</app> output:</p>
-
-  <steps>
+  <terms>
     <item>
-      <p>Double click on the desired word.</p>
+      <title>Select a word</title>
+      <p>Double click on the word.</p>
+    </item>
+    <item>
+      <title>Select a line</title>
+      <p>Triple click on the line.</p>
     </item>
-  </steps>
-
-  <p>To select a line in <app>Terminal</app> output:</p>
-
-  <steps>
     <item>
-      <p>Triple click on the desired line.</p>
+      <title>Make a rectangular selection</title>
+      <p>Hold down the <key>Ctrl</key>, click and hold down the left mouse
+      button then drag the mouse.</p>
     </item>
-  </steps>
+  </terms>
+
+  <note style="tip">
+    <p>If you are running an application in <app>Terminal</app> which accepts
+    mouse input, you need to use the <key>Shift</key> modifier for the
+    <app>Terminal</app> to catch the mouse input.</p>
+  </note>
 
 </page>


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