diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:24:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:24:26 +0200 |
commit | ede9a96eb9709fd440b4c1d7cd6f5529cb6d45e3 (patch) | |
tree | 46772e4cea727b1cac30b32618bdeb8c02643474 /doc/en/autogen/user | |
parent | 370769f7594dbab367172f15902e28b1a7b7f436 (diff) | |
download | weechat-ede9a96eb9709fd440b4c1d7cd6f5529cb6d45e3.zip |
core: add optional buffer name for area "chat" in keys of mouse context
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 466bc80ad..cdb73b5e6 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -357,7 +357,8 @@ When binding a command to a key, it is recommended to use key alt+k (or Esc then For context "mouse" (possible in context "cursor" too), key has format: "@area:key" where area can be: *: any area on screen - chat: chat area + chat: chat area (any buffer) + chat(xxx): char area for buffer with name "xxx" (full name including plugin) bar(*): any bar bar(xxx): bar "xxx" item(*): any bar item |