diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-11 20:09:02 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-11 20:09:02 +0100 |
commit | f324a1589d7733a36dfbbc6c0048fa6573494ec0 (patch) | |
tree | 7e3f063ca6ec66e436db3c8bd30e7c791d67bae4 /doc/it | |
parent | a9aca06545bba095d4aad16f8b232f74258a5d7f (diff) | |
download | weechat-f324a1589d7733a36dfbbc6c0048fa6573494ec0.zip |
core: add signals "key_combo_{default|search|cursor}"
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 18 |
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 | |