diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 3 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 3 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 3 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 600633d10..5ba1df83e 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/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 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 diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 3d8c69ab6..90af566c5 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -357,7 +357,8 @@ Lors de l'association d'une commande à une touche, il est recommandé d'utilise Pour le contexte "mouse" (possible aussi pour le contexte "cursor"), la touche a le format: "@zone:touche" où la zone peut être : *: n'importe quelle zone à l'écran - chat: la zone de discussion + chat: la zone de discussion (n'importe quel tampon) + chat(xxx): la zone de discussion pour le tampon avec le nom "xxx" (nom complet incluant l'extension) bar(*): n'importe quelle barre bar(xxx): la barre "xxx" item(*): n'importe quel objet de barre diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 61e46e257..5e3cc722e 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/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 |