diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-07 18:22:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-07 18:22:09 +0200 |
commit | 8ac00cdac6ba3a2caf9a7b282701e3bb22c988de (patch) | |
tree | c83a769c48b7682df37ac2ab61e2fda75d75527b /doc/fr | |
parent | 3aeb24cf1dcfead638b14a8c855128ee7f7f45c2 (diff) | |
download | weechat-8ac00cdac6ba3a2caf9a7b282701e3bb22c988de.zip |
Some improvements on key bindings
List of changes:
- do not automatically create default keys if they do not exist, when reading
weechat.conf (let user do that if needed)
- add "/key missing": add missing keys using default keys (do not update or
remove user keys),
- key "meta-s" moved from irc/jabber plugins to core
- improved output of /key (display number of keys)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/autogen/weechat_commands.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/fr/autogen/weechat_commands.xml b/doc/fr/autogen/weechat_commands.xml index 64bad46b7..e1f2412ed 100644 --- a/doc/fr/autogen/weechat_commands.xml +++ b/doc/fr/autogen/weechat_commands.xml @@ -149,13 +149,14 @@ fonctions pour la ligne de commande Cette commande est utilisée par les associations de touches ou les extensions. </programlisting> -<command>/key [touche [commande [args]]] | [unbind touche] | [reset -yes]</command> +<command>/key [touche [commande [args]]] | [unbind touche] | [reset -yes] | [missing]</command> <programlisting> associer/libérer des touches touche: voir ou associer cette touche à une commande unbind: supprimer l'association à une touche reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !) + missing: ajoute les touches manquantes (en utilisant les touches par défaut) </programlisting> <command>/layout [[save | apply | reset] [buffers | windows]]</command> |