From 8f206c7f64816240539d1eec2b9c34bcd2a0e066 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 12 Feb 2019 15:04:40 -0800 Subject: [PATCH] Add mulitply /divide exponetate to lxqt-runner calculator --- source/5/5.3/lxqt-runner.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/5/5.3/lxqt-runner.rst b/source/5/5.3/lxqt-runner.rst index 72a37d06..b582af4c 100644 --- a/source/5/5.3/lxqt-runner.rst +++ b/source/5/5.3/lxqt-runner.rst @@ -9,7 +9,7 @@ Usage To search for a program, press :kbd:`Alt + F2` and start typing a command. The search results will show below, similar to address bar behavior in browsers. All installed applications can be launched this way and lxqt-runner can configured to store a history of recent programs. If you want to clear history open the downard pointing menu :menuselection:`Clear History`. The runner even lets you logout, shutdown, or other ways to leave your session through the runner. Also keep in mind you do not have to search for the start of an application like inputting :kbd:`shot` will show results for screenshot. -Runner can also work as a calculator if you put for example :kbd:`2+2=` and you will get the answer. +Runner can also work as a calculator if you put for example :kbd:`2+2=` and you will get the answer. To add numbers together with the calculator enter the :kbd:`+` in the bar. To subtract numbers together with the calculator enter the :kbd:`-` in the bar. To mulitply numbers enter :kbd:`*` into the bar. To divide numbers in runner enter :kbd:`/` into the bar. To exponentiate enter :kbd:`^` into the bar. Configuration