Make example actualy work for the runner

lts
Lyn Perrine 4 years ago
parent 0a577b1da4
commit bf8c8e8a58

@ -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:`shot` will show results for screenshot. To paste a command to run into the runner press :kbd:`Control +V` or right click on the runner and select :menuselection:`Paste`.
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`.
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.

Loading…
Cancel
Save