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 /src/core | |
parent | 40c5eb207da9d40133eec57b499c4f9b56c4ac37 (diff) | |
download | weechat-fe9aee25a5de346e01e7992aba373870eb6f0b4f.zip |
core: allow send of hsignal instead of command for keys in context "mouse"
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 069cd3941..5ad50b6ee 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5677,7 +5677,10 @@ command_init () " item(*): any bar item\n" " item(xxx): bar item \"xxx\"\n" "The key can start or end with '*' to match many mouse " - "events.\n\n" + "events.\n" + "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.\n\n" "Examples:\n" " key alt-x to toggle nicklist bar:\n" " /key bind meta-x /bar toggle nicklist\n" |