diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:21:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:21:32 +0000 |
commit | f8a786c8f7878517aa695a69322bc9f2c8b92b6a (patch) | |
tree | 0cb8f00f8c10625d5d75244ef9dde521d94f8678 /help/C/txt-copy-paste.page | |
parent | Initial commit. (diff) | |
download | gnome-terminal-upstream.tar.xz gnome-terminal-upstream.zip |
Adding upstream version 3.38.3.upstream/3.38.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'help/C/txt-copy-paste.page')
-rw-r--r-- | help/C/txt-copy-paste.page | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/help/C/txt-copy-paste.page b/help/C/txt-copy-paste.page new file mode 100644 index 0000000..6c28698 --- /dev/null +++ b/help/C/txt-copy-paste.page @@ -0,0 +1,67 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="topic" + id="txt-copy-paste"> + <info> + <link type="guide" xref="index#textoutput"/> + <link type="seealso" xref="adv-keyboard-shortcuts"/> + + <revision version="0.1" date="2013-03-03" status="candidate"/> + <revision version="0.2" pkgversion="3.34" date="2020-01-04" status="candidate"/> + + <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</years> + </credit> + <credit type="copyright editor"> + <name>Michael Hill</name> + <email>mdhillca@gmail.com</email> + <years>2013</years> + </credit> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> + + <desc>Copy and paste text in <app>Terminal</app>.</desc> + + </info> + + <title>Copy and paste</title> + + <p>You can copy and paste text in <app>Terminal</app> in a similar way to + other applications. However, the keyboard shortcuts differ.</p> + + <terms> + <item> + <title><gui>Copy</gui></title> + <p>Highlight the text portions you wish to copy, then right click on the + text portion and select <gui style="menuitem">Copy</gui>. Alternatively, + you can press + <keyseq><key>Shift</key><key>Ctrl</key><key>C</key></keyseq>.</p> + </item> + <item> + <title><gui>Copy as HTML</gui></title> + <p>Highlight the text portions you wish to copy with color and font + attributes, then right click on the text portion and select + <gui style="menuitem">Copy as HTML</gui>.</p> + </item> + <item> + <title><gui>Paste</gui></title> + <p>Right click in the <app>Terminal</app> and select + <gui style="menuitem">Paste</gui>. Alternatively, you + can press + <keyseq><key>Shift</key><key>Ctrl</key><key>V</key></keyseq>.</p> + </item> + </terms> + + <note> + <p>The standard keyboard shortcuts, such as + <keyseq><key>Ctrl</key><key>C</key></keyseq>, cannot be used to copy and + paste text.</p> + </note> + +</page> |