summaryrefslogtreecommitdiff
path: root/doc/it/weechat_plugin_api.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-10-24 23:03:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-10-24 23:03:40 +0200
commitfe73a38b5882f3d3bbdc1c4f6d36b08ef8c20d2a (patch)
tree2da08b484481a96b9839000617bc043e0452e5c6 /doc/it/weechat_plugin_api.it.adoc
parent759ccc328f9a27f5661a43e02598eeeda3da2432 (diff)
downloadweechat-fe73a38b5882f3d3bbdc1c4f6d36b08ef8c20d2a.zip
api: add support of prefix "quiet:" in function key_unbind() to quietly remove keys
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r--doc/it/weechat_plugin_api.it.adoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index 39b3466d2..5eee0268e 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -7569,7 +7569,7 @@ Argomenti:
** _mouse_: tasti per gli eventi del mouse
// TRANSLATION MISSING
* _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)_
Valore restituito:
@@ -7611,7 +7611,7 @@ weechat.key_bind("mouse", keys)
==== key_unbind
-_WeeChat ≥ 0.3.6._
+_WeeChat ≥ 0.3.6, updated in 2.0._
Rimuove una o più associazioni tasti.
@@ -7629,8 +7629,10 @@ int weechat_key_unbind (const char *context, const char *key);
Argomenti:
* _context_: contesto per i tasti (consultare <<_key_bind,key_bind>>)
+// TRANSLATION MISSING
* _key_: tasto da rimuovere o un valore speciale "area:XXX" per rimuovere tutti
- i tasti che hanno _XXX_ come prima o seconda area
+ i tasti che hanno _XXX_ come prima o seconda area; if the key starts with
+ "quiet:", the keys removed are not displayed in _core_ buffer (_WeeChat ≥ 2.0_).
Valore restituito: