From b883441da6e198e9835d7d5fc463442b6f0243f6 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 31 Aug 2023 15:13:06 -0700 Subject: [PATCH] Add cut, copy, and paste --- source/2/2.2/2.2.3/libreoffice_draw.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.2/2.2.3/libreoffice_draw.rst b/source/2/2.2/2.2.3/libreoffice_draw.rst index 59b0a9d1..2c3ab279 100644 --- a/source/2/2.2/2.2.3/libreoffice_draw.rst +++ b/source/2/2.2/2.2.3/libreoffice_draw.rst @@ -16,6 +16,8 @@ To insert a textbox press :kbd:`F2`, press the button :guilabel:`with a T in a b To save your drawing press :kbd:`Control+s`, press the :guilabel:`Floppy disk` button, or :menuselection:`File --> Save`. To save your file as a seperate name press :kbd:`Control+ shift + s` or :menuselection:`File --> Save As`. To open a file press :kbd:`Control +O`, the :guilabel:`Folder` button, or :menuselection:`File --> Open`. To undo if you make a mistake press :kbd:`Control + Z`, press :guilabel:`the u shaped arrow pointing to the left` button, or :menuselection:`Edit --> Undo`. If you want to redo something you undid press :kbd:`Control+ Y`, press :guilabel:`the u shaped arrow pointing to the right` button, or :menuselection:`Edit --> Redo`. + +To cut or copy something first select it. Then to copy press :kbd:`Control+C` or :menuselection:`Edit --> Copy`. To cut press :kbd:`Control+ X` or :menuselection:`Edit --> Cut`. To paste press :kbd:`Control+ V` or :menuselection:`Edit --> Paste`. Version -------