summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-05-31 14:21:09 +0200
committerDave Davenport <qball@gmpclient.org>2021-05-31 14:21:09 +0200
commitd85712225129853fffd83c472ff962f66dd21afe (patch)
treeb8ec6c37e562ea573b248b5f242e4f45a7587187 /doc/rofi-script.5.markdown
parentf14c5c2ada07d3c1c392b25846a59590cc12c8e6 (diff)
[Script] Don't enable custom keybindings by default, script needs to enable this.
Having it on by default broke the default rofi workflow. Make it an option now. Fixes: #1286,#1226
Diffstat (limited to 'doc/rofi-script.5.markdown')
-rw-r--r--doc/rofi-script.5.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index eaf932e0..e8c2cef0 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -57,7 +57,7 @@ An integer number with the current state:
* **0**: Initial call of script.
* **1**: Selected an entry.
* **2**: Selected a custom entry.
- * **10-28**: Custom keybinding 1-19
+ * **10-28**: Custom keybinding 1-19 ( need to be explicitely enabled by script ).
### `ROFI_INFO`
@@ -83,6 +83,7 @@ The following extra options exists:
* **active**: Mark rows as active. (for syntax see the active option in dmenu mode)
* **delim**: Set the delimiter for for next rows. Default is '\n' and this option should finish with this. Only call this on first call of script, it is remembered for consecutive calls.
* **no-custom**: If set to 'true'; only accept listed entries, ignore custom input.
+ * **use-hot-keys**: If set to true, it enabled the Custom keybindings for script. Warning this breaks the normal rofi flow.
## Parsing row options