diff --git a/doc/de/autogen/user/trigger_commands.asciidoc b/doc/de/autogen/user/trigger_commands.asciidoc index 038c09812..c0ac520c7 100644 --- a/doc/de/autogen/user/trigger_commands.asciidoc +++ b/doc/de/autogen/user/trigger_commands.asciidoc @@ -16,65 +16,65 @@ default -yes monitor [] - list: list triggers (without argument, this list is displayed) - listfull: list triggers with detailed info for each trigger -listdefault: list default triggers - add: add a trigger - addoff: add a trigger (disabled) - addreplace: add or replace an existing trigger - name: name of trigger + list: zeigt eine Liste aller Trigger (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben) + listfull: zeigt eine detaillierte Liste, mit zusätzlichen Informationen, aller Trigger an +listdefault: zeigt die standardmäßig genutzen Trigger an + add: fügt einen Trigger hinzu + addoff: fügt einen Trigger hinzu (deaktiviert) + addreplace: fügt oder ersetzt einen schon existierenden Trigger + name: Name des Trigger hook: signal, hsignal, modifier, print, command, command_run, timer, config, focus - arguments: arguments for the hook, depending on hook (separated by semicolons): - signal: name(s) of signal (required) - hsignal: name(s) of hsignal (required) - modifier: name(s) of modifier (required) + arguments: Argumente für den Hook, abhängig vom genutzten Hook (getrennt durch Semikolon): + signal: Name(en) des signals (erforderlich) + hsignal: Name(en) des hsignal (erforderlich) + modifier: Name(en) des modifier (erforderlich) print: buffer, tags, message, strip colors - command: command (required), description, arguments, description of arguments, completion - command_run: command(s) (required) - timer: interval (required), align on second, max calls - config: name(s) of option (required) - focus: name(s) of area (required) - conditions: evaluated conditions for the trigger - regex: one or more regular expressions to replace strings in variables - command: command to execute (many commands can be separated by ";" -return_code: return code in callback (ok (default), ok_eat, error) - addinput: set input with default arguments to create a trigger - input: set input with the command used to create the trigger - output: send the command to create the trigger on the buffer - recreate: same as "input", with option "addreplace" instead of "add" - set: set an option in a trigger - option: name of option: name, hook, arguments, conditions, regex, command, return_code - (for help on option, you can type: /help trigger.trigger..