Fix runner shortcut

19.10^2
Lyn Perrine 4 years ago
parent eb9c76e43b
commit 60e003a6e4

@ -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:`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 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:`Meta+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`.
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.
@ -25,7 +25,7 @@ Runner has a few configuration options. If you want to change the keyboard short
How to launch
-------------
Runner should be running in the background and :kbd:`Alt + F2` should bring it forward to launch an application. If you need to manually start it for some reason run
Runner should be running in the background and :kbd:`Meta+R` should bring it forward to launch an application. If you need to manually start it for some reason run
.. code::

Loading…
Cancel
Save