diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-09 09:10:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-09 09:10:26 +0200 |
commit | 40c5eb207da9d40133eec57b499c4f9b56c4ac37 (patch) | |
tree | 6af51430361f9fe2655120d7f1e81b7b84d389a8 /doc/de/autogen | |
parent | 0a6682314f5aa19c456b7fea18942cdc41f8d740 (diff) | |
download | weechat-40c5eb207da9d40133eec57b499c4f9b56c4ac37.zip |
core: add new command /repeat (execute a command several times)
Diffstat (limited to 'doc/de/autogen')
-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:: ........................................ |