diff options
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/key_functions.xml | 4 | ||||
-rw-r--r-- | doc/de/weechat_commands.xml | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/de/key_functions.xml b/doc/de/key_functions.xml index c4707f042..af42e3525 100644 --- a/doc/de/key_functions.xml +++ b/doc/de/key_functions.xml @@ -197,3 +197,7 @@ <entry><literal>grab_key</literal></entry> <entry>Tastencode ermitteln und einfügen</entry> </row> +<row> + <entry><literal>insert</literal></entry> + <entry>insert a string in command line</entry> +</row> diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml index b8dfdc45e..53b2bb16f 100644 --- a/doc/de/weechat_commands.xml +++ b/doc/de/weechat_commands.xml @@ -109,14 +109,15 @@ Bei jedem Argument steht '*' für 'alle'. Ohne Argumente listet /ignore alle definierten /ignore-Regeln auf. </programlisting> -<command>key [Taste [Funktion/Befehl]] [unbind Taste] [functions] [reset -yes]</command> +<command>key [key [function/command]] [unbind key] [functions] [call function ["args"]] [reset -yes]</command> <programlisting> belegen/freigeben von Tasten - Taste: diese Taste mit einer internen Funktion oder einem Befehl, beginnend mit "/", belegen - unbind: Tastenbelegung aufheben -functions: interne Funktionen für Tastenbelegungen auflisten - reset: Standardbelegung wiederherstellen und entferne ALLE eigenen Belegungen (Vorsicht!) + key: display or bind this key to an internal function or a command (beginning by "/") + unbind: unbind a key +functions: list internal functions for key bindings + call: call a function by name (with optional arguments) + reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) </programlisting> <command>plugin [list [Name]] | [listfull [Name]] | [load Dateiname] | [autoload] | [reload [Name]] | [unload [Name]]</command> |