1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

trigger: add hook focus

This commit is contained in:
Sebastien Helleu
2014-02-13 12:06:46 +01:00
parent 00402b87c2
commit 132b09bde9
5 changed files with 87 additions and 6 deletions
+2 -1
View File
@@ -776,7 +776,7 @@ trigger_command_init ()
" add: add a trigger\n"
" name: name of trigger\n"
" hook: signal, hsignal, modifier, print, command, command_run, "
"timer, config\n"
"timer, config, focus\n"
" arguments: arguments for the hook, depending on hook (separated "
"by semicolons):\n"
" signal: name(s) of signal (required)\n"
@@ -789,6 +789,7 @@ trigger_command_init ()
" timer: interval (required), align_second (required), "
"max_calls (required)\n"
" config: name of option (required)\n"
" focus: name(s) of area (required)\n"
" conditions: evaluated conditions for the trigger\n"
" regex: one or more regular expressions to replace strings "
"in variables\n"