diff options
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 5ba1df83e..1594561b3 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -509,6 +509,22 @@ file: Konfigurationsdatei die erneut geladen werden soll (ohne Dateinamenserweit Ohne Angabe von Argumenten werden alle Konfigurationen (WeeChat und Erweiterungen) neu geladen. ........................................ +[[command_weechat_repeat]] +[command]*`repeat`* execute a command several times:: +........................................ +/repeat [-interval <delay>] <count> <command> + + delay: delay between execution of commands (in milliseconds) + count: number of times to execute command +command: command to execute (a '/' is automatically added if not found at beginning of command) + +All commands are executed on buffer where this command was issued. + +Example: + scroll 2 pages up: + /repeat 2 /window page_up +........................................ + [[command_weechat_save]] [command]*`save`* Konfiguration abspeichern:: ........................................ |