summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-02-11 20:09:02 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-02-11 20:09:02 +0100
commitf324a1589d7733a36dfbbc6c0048fa6573494ec0 (patch)
tree7e3f063ca6ec66e436db3c8bd30e7c791d67bae4 /doc/it
parenta9aca06545bba095d4aad16f8b232f74258a5d7f (diff)
downloadweechat-f324a1589d7733a36dfbbc6c0048fa6573494ec0.zip
core: add signals "key_combo_{default|search|cursor}"
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_plugin_api.it.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index 80c4aa9cd..9b7118dcd 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -8010,6 +8010,24 @@ List of signals sent by WeeChat and plugins:
Tasto digitato
// TRANSLATION MISSING
+| weechat | key_combo_default +
+ _(WeeChat ≥ 0.4.4)_ |
+ String: key combo |
+ Key combo in 'default' context
+
+// TRANSLATION MISSING
+| weechat | key_combo_search +
+ _(WeeChat ≥ 0.4.4)_ |
+ String: key combo |
+ Key combo in 'search' context
+
+// TRANSLATION MISSING
+| weechat | key_combo_cursor +
+ _(WeeChat ≥ 0.4.4)_ |
+ String: key combo |
+ Key combo in 'cursor' context
+
+// TRANSLATION MISSING
| weechat | nicklist_group_added +
_(WeeChat ≥ 0.3.2)_ |
String: buffer pointer + "," + group name |