diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-02-12 17:39:34 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-02-12 17:39:34 +0000 |
commit | aba6e1257d4ef85e8641ee0f35428ea53a217b03 (patch) | |
tree | cc1e920d8aead9f1d43d665484d8b442a4fe0993 /doc/fr | |
parent | 6d01968259a92cc1a62cb313742b22b5c1178788 (diff) | |
download | weechat-aba6e1257d4ef85e8641ee0f35428ea53a217b03.zip |
Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/key_functions.xml | 4 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 3 |
2 files changed, 6 insertions, 1 deletions
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 @@ <entry><literal>grab_key</literal></entry> <entry>capturer une touche</entry> </row> +<row> + <entry><literal>insert</literal></entry> + <entry>insérer une chaîne dans la ligne de commande</entry> +</row> 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ètre, '*' signifie tou(te)s. Sans paramètres, la commande /ignore liste les ignore définis. </programlisting> -<command>key [touche [fonction/commande]] [unbind touche] [functions] [reset -yes]</command> +<command>key [touche [fonction/commande]] [unbind touche] [functions] [call fonction ["params"]] [reset -yes]</command> <programlisting> 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 !) </programlisting> |