From aba6e1257d4ef85e8641ee0f35428ea53a217b03 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 12 Feb 2007 17:39:34 +0000 Subject: Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468) --- doc/de/key_functions.xml | 4 ++++ doc/de/weechat_commands.xml | 11 ++++++----- doc/en/key_functions.xml | 4 ++++ doc/en/weechat_commands.xml | 3 ++- doc/fr/key_functions.xml | 4 ++++ doc/fr/weechat_commands.xml | 3 ++- 6 files changed, 22 insertions(+), 7 deletions(-) (limited to 'doc') 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 @@ grab_key Tastencode ermitteln und einfügen + + insert + insert a string in command line + 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 Ohne Argumente listet /ignore alle definierten /ignore-Regeln auf. -key [Taste [Funktion/Befehl]] [unbind Taste] [functions] [reset -yes] +key [key [function/command]] [unbind key] [functions] [call function ["args"]] [reset -yes] 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!) plugin [list [Name]] | [listfull [Name]] | [load Dateiname] | [autoload] | [reload [Name]] | [unload [Name]] diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index bc04f1bbf..1680aeb29 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -197,3 +197,7 @@ grab_key grab a key + + insert + insert a string in command line + diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index cd875739d..82d7e7dc2 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -108,13 +108,14 @@ For each argument, '*' means all. Without argument, /ignore command lists all defined ignore. -key [key [function/command]] [unbind key] [functions] [reset -yes] +key [key [function/command]] [unbind key] [functions] [call function ["args"]] [reset -yes] bind/unbind keys 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!) diff --git a/doc/fr/key_functions.xml b/doc/fr/key_functions.xml index abdfc05dc..bf756c49a 100644 --- a/doc/fr/key_functions.xml +++ b/doc/fr/key_functions.xml @@ -197,3 +197,7 @@ grab_key capturer une touche + + insert + insérer une chaîne dans la ligne de commande + diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index e5a64045c..d0bc434fa 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -108,13 +108,14 @@ Pour chaque param Sans paramètres, la commande /ignore liste les ignore définis. -key [touche [fonction/commande]] [unbind touche] [functions] [reset -yes] +key [touche [fonction/commande]] [unbind touche] [functions] [call fonction ["params"]] [reset -yes] associer/libérer des touches touche: voir ou associer cette touche à une fonction interne ou une commande (commençant par "/") unbind: supprimer l'association à une touche functions: lister la liste des fonctions internes pour les associations de touches + call: appeler une foonction par son nom (avec paramètres optionnels) reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !) -- cgit v1.2.3