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/fr/weechat_plugin_api.fr.txt | |
parent | a9aca06545bba095d4aad16f8b232f74258a5d7f (diff) | |
download | weechat-f324a1589d7733a36dfbbc6c0048fa6573494ec0.zip |
core: add signals "key_combo_{default|search|cursor}"
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 8c833b32f..49e244ebb 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -7984,6 +7984,21 @@ Liste des signaux envoyés par WeeChat et les extensions : Chaîne : touche appuyée | Touche appuyée +| weechat | key_combo_default + + _(WeeChat ≥ 0.4.4)_ | + Chaîne : combinaison de touches | + Combinaison de touches dans le contexte 'default' + +| weechat | key_combo_search + + _(WeeChat ≥ 0.4.4)_ | + Chaîne : combinaison de touches | + Combinaison de touches dans le contexte 'search' + +| weechat | key_combo_cursor + + _(WeeChat ≥ 0.4.4)_ | + Chaîne : combinaison de touches | + Combinaison de touches dans le contexte 'cursor' + | weechat | nicklist_group_added + _(WeeChat ≥ 0.3.2)_ | Chaîne : pointeur tampon + "," + nom du groupe | |