diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-20 10:52:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-20 10:52:27 +0200 |
commit | 44f2b7caf4d0ce91ceec5242c2f049971806d029 (patch) | |
tree | 74593603bff2c92f74d1e88ec9d0e81a1b21d5bd /doc/en/autogen/plugin_api | |
parent | 221fff960e657106d208ca90331d0ec45e507545 (diff) | |
download | weechat-44f2b7caf4d0ce91ceec5242c2f049971806d029.zip |
core: add functions "key_bind" and "key_unbind" in plugin API
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 8e4608ec0..fc2bd3d1e 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -405,6 +405,9 @@ | weechat | key | a key (keyboard shortcut) | 'key' (string) + + 'area_type' (pointer) + + 'area_name' (pointer) + + 'area_key' (string) + 'command' (string) + 'prev_key' (pointer, hdata: 'key') + 'next_key' (pointer, hdata: 'key') | |