mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: allow send of hsignal instead of command for keys in context "mouse"
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user