diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-20 11:36:45 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-20 11:36:45 +0200 |
commit | 67a9f942e7026bb1f8ff2534056d869076e486d5 (patch) | |
tree | 0628d206574304f3403230e120c6c515da6e4513 /doc/it | |
parent | 6c5bdb36d3d1bc7fa7ace27b7793cc11d65011b9 (diff) | |
download | weechat-67a9f942e7026bb1f8ff2534056d869076e486d5.zip |
doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 5ea8a2446..214f1da92 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -5696,6 +5696,8 @@ Functions for key bindings. weechat_key_bind ^^^^^^^^^^^^^^^^ +_Novità nella versione 0.3.6._ + Add new key bindings. [NOTE] @@ -5760,6 +5762,8 @@ weechat.key_bind("mouse", keys) weechat_key_unbind ^^^^^^^^^^^^^^^^^^ +_Novità nella versione 0.3.6._ + Remove key binding(s). [WARNING] |