diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-15 21:49:20 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-15 21:49:20 +0200 |
commit | 9070021a54231391d8bb23f7304a7a9f8576b851 (patch) | |
tree | 7ef3560affc48bc5fb8fa3b00544905e08d753d5 /doc/en/autogen/user/weechat_commands.txt | |
parent | 39d7a98f02cd3845430e1f399f5f3e9811df6056 (diff) | |
download | weechat-9070021a54231391d8bb23f7304a7a9f8576b851.zip |
core: allow a second area for keys in context "mouse" (for drag & drop between two areas)
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 281a97456..4f918a29e 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -356,7 +356,7 @@ listdefault: list default keys When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key code in command line. -For context "mouse" (possible in context "cursor" too), key has format: "@area:key" where area can be: +For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be: *: any area on screen chat: chat area (any buffer) chat(xxx): char area for buffer with name "xxx" (full name including plugin) |