From fe9aee25a5de346e01e7992aba373870eb6f0b4f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 9 Aug 2011 14:56:15 +0200 Subject: core: allow send of hsignal instead of command for keys in context "mouse" --- src/core/wee-command.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/core') 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" -- cgit v1.2.3