From 409c11321797c0bb788686d65ea302addd07b48c Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 24 Jan 2019 13:49:31 -0800 Subject: [PATCH] Add Kcalc undo/redo --- source/2/2.4/2.4.3/Kcalc.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.4/2.4.3/Kcalc.rst b/source/2/2.4/2.4.3/Kcalc.rst index 17d30110..c0bf10a3 100644 --- a/source/2/2.4/2.4.3/Kcalc.rst +++ b/source/2/2.4/2.4.3/Kcalc.rst @@ -21,6 +21,8 @@ To make a number negative press the button that looks like a :guilabel:`+/-`. To To copy and answer out of Kcalc press :kbd:`control + c` or :menuselection:`edit --> copy` from the menu. To paste a number into Kcalc you can press :kbd:`control + v` or :menuselection:`edit --> paste` from the menu. To cut the text from Kcalc press :kbd:`control +x` or :menuselection:`edit --> cut` from the menu. +To undo an operation press :kbd:`Control+Z` or :menuselection:`Edit --> Undo`. To redo an operation press :kbd:`Control+Shift+Z` or :menuselection:`Edit --> Redo`. + Scientific calculator mode advanced fuctionality ------------------------------------------------