From 79db044e310538c5c2aabb6eb749e2f60b85da11 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 4 Oct 2021 22:49:38 -0700 Subject: [PATCH] Reword clear history --- 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 d89b66bf..7926bc42 100644 --- a/source/5/5.3/lxqt-runner.rst +++ b/source/5/5.3/lxqt-runner.rst @@ -6,7 +6,7 @@ Runner allows you to search for and launch applications and commands in the LXQt Usage ------ -To search for a program, press :kbd:`Super(windows)+R` 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 Runner can be configured to store a history of recent programs. If you want to clear history open the downward 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:`grab` will show results for ScreenGrab. To paste a command to run into the runner press :kbd:`Control +V` or right click on the runner and select :menuselection:`Paste`. To change to the last result of what you are searching for press :kbd:`End`. To move to the first result press :kbd:`Home`. +To search for a program, press :kbd:`Super(windows)+R` 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 Runner can be configured to store a history of recent programs. If you want to clear history open the downward pointing arrow and select :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:`grab` will show results for ScreenGrab. To paste a command to run into the runner press :kbd:`Control +V` or right click on the runner and select :menuselection:`Paste`. To change to the last result of what you are searching for press :kbd:`End`. To move to the first result press :kbd:`Home`. 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 multiply numbers enter :kbd:`*` into the bar. To divide numbers in runner enter :kbd:`/` into the bar. To exponentiate enter :kbd:`^` into the bar. To actually get the result you will need to put a :kbd:`=` at the end. After typing :kbd:`=` the result will be copied to your clipboard.