summaryrefslogtreecommitdiff
path: root/doc/en/autogen/plugin_api
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-20 10:52:27 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-20 10:52:27 +0200
commit44f2b7caf4d0ce91ceec5242c2f049971806d029 (patch)
tree74593603bff2c92f74d1e88ec9d0e81a1b21d5bd /doc/en/autogen/plugin_api
parent221fff960e657106d208ca90331d0ec45e507545 (diff)
downloadweechat-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.txt3
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') |