From 288637159b0a80aed956f23e84792e3553faee81 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 13 Nov 2018 13:44:58 -0800 Subject: [PATCH] Add :kbd: for cut copy paste in Kcalc --- source/2/2.4/2.4.3/Kcalc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.3/Kcalc.rst b/source/2/2.4/2.4.3/Kcalc.rst index e5ebfdd9..931b2e3b 100644 --- a/source/2/2.4/2.4.3/Kcalc.rst +++ b/source/2/2.4/2.4.3/Kcalc.rst @@ -19,7 +19,7 @@ To do simple arithmetic click the numbers and then press the sign for addition, To make a number negative press the button that looks like a +/-. To insert decimals press the decimal point button which looks like . when you get to the part which is less than a whole number. To clear input from Kcalc Press the button with a C on it. To group operations so they happen together use the parenthesis to make things grouped to gether for example 2*(2+3) would give the result of 10 because it would add 2 and 3 and then multiply by two. -To copy and answer out of Kcalc press control + c or :menuselection:`edit --> copy` from the menu. To paste a number into Kcalc you can press control + v or :menuselection:`edit --> paste` from the menu. To cut the text from Kcalc press control +x or :menuselection:`edit --> cut` from the menu. +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. Scientific calculator mode advanced fuctionality ------------------------------------------------