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/en | |
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/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 3e99dc8af..ed08f11f7 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -5688,6 +5688,8 @@ Functions for key bindings. weechat_key_bind ^^^^^^^^^^^^^^^^ +_New in version 0.3.6._ + Add new key bindings. [NOTE] @@ -5751,6 +5753,8 @@ weechat.key_bind("mouse", keys) weechat_key_unbind ^^^^^^^^^^^^^^^^^^ +_New in version 0.3.6._ + Remove key binding(s). [WARNING] |