diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-24 23:03:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-24 23:03:40 +0200 |
commit | fe73a38b5882f3d3bbdc1c4f6d36b08ef8c20d2a (patch) | |
tree | 2da08b484481a96b9839000617bc043e0452e5c6 /doc/en | |
parent | 759ccc328f9a27f5661a43e02598eeeda3da2432 (diff) | |
download | weechat-fe73a38b5882f3d3bbdc1c4f6d36b08ef8c20d2a.zip |
api: add support of prefix "quiet:" in function key_unbind() to quietly remove keys
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 86931f389..a90330736 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -7343,7 +7343,7 @@ Arguments: ** _cursor_: free movement of cursor on screen ** _mouse_: keys for mouse events * _keys_: hashtable with key bindings; it can contain following special keys: -** _{key_bind_quiet}_: do not display the keys added in core buffer +** _{key_bind_quiet}_: do not display the keys added in _core_ buffer _(WeeChat ≥ 1.8)_ Return value: @@ -7385,7 +7385,7 @@ weechat.key_bind("mouse", keys) ==== key_unbind -_WeeChat ≥ 0.3.6._ +_WeeChat ≥ 0.3.6, updated in 2.0._ Remove key binding(s). @@ -7403,7 +7403,8 @@ Arguments: * _context_: context for keys (see <<_key_bind,key_bind>>) * _key_: key to remove or a special value "area:XXX" to remove all keys having - _XXX_ as first or second area + _XXX_ as first or second area; if the key starts with "quiet:", the keys + removed are not displayed in _core_ buffer (_WeeChat ≥ 2.0_). Return value: |