From 5076f044a647fb518a188361ed2b44b353292b54 Mon Sep 17 00:00:00 2001 From: Albert S Date: Sun, 6 Sep 2020 21:45:43 +0200 Subject: [PATCH] Update README.md to document inheritance Closes #4. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9aa4251..2bbe2c6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,18 @@ col 0 key I ``` + +Example with inheritance: qsrun will search for "vlc.desktop" inside the paths defined in sysAppsPaths: + +``` +inherit vlc.desktop +row 3 +col 1 +``` + +Therefore, there is no need to explicitly the entry a name or icon etc. However, values given here will overwrite the inherited values. + + "key" means a shortcut key, you can launch those by pressing Ctrl + "key", so in the example above: CTRL + I.