From 07a1bde89d4459edb7642b8dcca61670f86bc637 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 24 Feb 2025 17:30:22 -0800 Subject: [PATCH] Add cut copy paste to Qalculate! --- source/2/2.4/2.4.3/Qalculate.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.3/Qalculate.rst b/source/2/2.4/2.4.3/Qalculate.rst index 9673f768..8001ff64 100644 --- a/source/2/2.4/2.4.3/Qalculate.rst +++ b/source/2/2.4/2.4.3/Qalculate.rst @@ -9,7 +9,9 @@ To do simple airithmetic computations type the numbers into the field just below .. image:: qalculate-mainwindow.png -Below where you type in calculations is a history of your previous calculations. To go back in your history press the :kbd:`Down arrow` key. To go one step forward in your history press the :kbd:`Up arrow` key. To move the cursor one character to the left press the :kbd:`left arrow` key or left click the :guilabel:`left arrow`. To move the cursor one arrow to the right press the :kbd:`right arrow` key or left click the :guilabel:`right arrow` key. To move the cursor to the end press the :kbd:`End` key or right click the :guilabel:`right arrow` button. To move the cursor to the start press the :kbd:`Home` key or right click the :guilabel:`left arrow` button. +Below where you type in calculations is a history of your previous calculations. To go back in your history press the :kbd:`Down arrow` key. To go one step forward in your history press the :kbd:`Up arrow` key. To move the cursor one character to the left press the :kbd:`left arrow` key or left click the :guilabel:`left arrow`. To move the cursor one arrow to the right press the :kbd:`right arrow` key or left click the :guilabel:`right arrow` key. To move the cursor to the end press the :kbd:`End` key or right click the :guilabel:`right arrow` button. To move the cursor to the start press the :kbd:`Home` key or right click the :guilabel:`left arrow` button. + +To copy text from Qalculate! select the text and press :kbd:`Control + C` or right click and select :menuselection:`Copy`. To cut the text from Qalcualate! press :kbd:`Control +X` or right click and select :menuselection:`Cut`. To past text press :kbd:` Control +V` or right click and select :menuselection:`Paste`. Version -------