diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:02:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:02:09 +0000 |
commit | 0f7ab3dc0ed5cfddfc3002992f0525756b6b670e (patch) | |
tree | 4f520e757f99f136e01abe1dd2e0d1fad5c3cd11 /help/C/txt-select-text.page | |
parent | Initial commit. (diff) | |
download | gnome-terminal-0f7ab3dc0ed5cfddfc3002992f0525756b6b670e.tar.xz gnome-terminal-0f7ab3dc0ed5cfddfc3002992f0525756b6b670e.zip |
Adding upstream version 3.46.8.upstream/3.46.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | help/C/txt-select-text.page | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/help/C/txt-select-text.page b/help/C/txt-select-text.page new file mode 100644 index 0000000..2287559 --- /dev/null +++ b/help/C/txt-select-text.page @@ -0,0 +1,56 @@ +<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.14.2" date="2015-01-28" status="review"/> + <link type="guide" xref="index#textoutput"/> + <link type="seealso" xref="txt-copy-paste"/> + + <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, 2015</years> + </credit> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> + + <desc>Select individual words or lines in the terminal.</desc> + + </info> + + <title>Text selection</title> + + <p>You can select a word or a sentence, or make a rectangular selection from + your terminal output:</p> + + <terms> + <item> + <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> + <item> + <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> + </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> |