Update and clarify text-mode-cut-paste: make it clear that this is
copy-and-paste not cut-and-paste. PR: docs/174134 Submitted by: Bas Smeelen <b.smeelen@ose.nl> Approved by: bcr (mentor)
This commit is contained in:
parent
cbf90ddecb
commit
a1a6ff8430
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40307
1 changed files with 7 additions and 3 deletions
|
@ -2237,10 +2237,14 @@
|
||||||
</question>
|
</question>
|
||||||
|
|
||||||
<answer>
|
<answer>
|
||||||
<para>Once you get the mouse daemon running (see the <link
|
<para>It is not possible to remove data using the mouse.
|
||||||
linkend="moused">previous section</link>), hold down the
|
However, it is possible to <quote>copy and
|
||||||
|
paste</quote>.
|
||||||
|
Once you get the mouse daemon running (see the
|
||||||
|
<link linkend="moused">previous question</link>)
|
||||||
|
hold down
|
||||||
button 1 (left button) and move the mouse to select a region
|
button 1 (left button) and move the mouse to select a region
|
||||||
of text. Then, press the button 2 (middle button) to paste
|
of text. Then, press button 2 (middle button) to paste
|
||||||
it at the text cursor. Pressing button 3 (right button)
|
it at the text cursor. Pressing button 3 (right button)
|
||||||
will <quote>extend</quote> the selected region of
|
will <quote>extend</quote> the selected region of
|
||||||
text.</para>
|
text.</para>
|
||||||
|
|
Loading…
Reference in a new issue