diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-09 14:56:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-09 14:56:15 +0200 |
commit | fe9aee25a5de346e01e7992aba373870eb6f0b4f (patch) | |
tree | 4fc37ff83a3e2100681de030d4727203440f9ce1 /doc | |
parent | 40c5eb207da9d40133eec57b499c4f9b56c4ac37 (diff) | |
download | weechat-fe9aee25a5de346e01e7992aba373870eb6f0b4f.zip |
core: allow send of hsignal instead of command for keys in context "mouse"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 1 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 1 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 1 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 1594561b3..169740040 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -364,6 +364,7 @@ For context "mouse" (possible in context "cursor" too), key has format: "@area:k item(*): any bar item item(xxx): bar item "xxx" The key can start or end with '*' to match many mouse events. +A special value for command wit format "hsignal:name" can be used for context mouse, this will send the hsignal "name" with the focus hashtable as argument. Examples: key alt-x to toggle nicklist bar: diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 479424eac..3e8fd768a 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -364,6 +364,7 @@ For context "mouse" (possible in context "cursor" too), key has format: "@area:k item(*): any bar item item(xxx): bar item "xxx" The key can start or end with '*' to match many mouse events. +A special value for command wit format "hsignal:name" can be used for context mouse, this will send the hsignal "name" with the focus hashtable as argument. Examples: key alt-x to toggle nicklist bar: diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 0fb576cbe..9fa5d9d57 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -364,6 +364,7 @@ Pour le contexte "mouse" (possible aussi pour le contexte "cursor"), la touche a item(*): n'importe quel objet de barre item(xxx): l'objet de barre "xxx" La touche peut commencer ou se terminer par '*' pour plusieurs évènements de la souris. +Une valeur spéciale pour la commande avec le format "hsignal:nom" peut être utilisée dans le contexte "mouse", cela enverra le signal "nom" avec la hashtable du focus comme paramètre. Exemples: touche alt-x pour activer/désactiver la liste des pseudos: diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 47c8a1576..42b971913 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -364,6 +364,7 @@ For context "mouse" (possible in context "cursor" too), key has format: "@area:k item(*): any bar item item(xxx): bar item "xxx" The key can start or end with '*' to match many mouse events. +A special value for command wit format "hsignal:name" can be used for context mouse, this will send the hsignal "name" with the focus hashtable as argument. Examples: key alt-x to toggle nicklist bar: |