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 | |
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')
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 3 | ||||
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 3 | ||||
-rw-r--r-- | doc/fr/autogen/weechat_commands.xml | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index b77278fbf..5e4e6be3c 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -150,13 +150,14 @@ functions for command line Cette commande est utilisée par les associations de touches ou les extensions. </programlisting> -<command>/key [key [command [args]]] | [unbind key] | [reset -yes]</command> +<command>/key [key [command [args]]] | [unbind key] | [reset -yes] | [missing]</command> <programlisting> belegen/freigeben von Tasten key: display or bind this key to a command unbind: unbind a key reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) + missing: add missing keys (using default bindings) </programlisting> <command>/layout [[save | apply | reset] [buffers | windows]]</command> diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 4e47590a0..e9740ea33 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -150,13 +150,14 @@ functions for command line Cette commande est utilisée par les associations de touches ou les extensions. </programlisting> -<command>/key [key [command [args]]] | [unbind key] | [reset -yes]</command> +<command>/key [key [command [args]]] | [unbind key] | [reset -yes] | [missing]</command> <programlisting> bind/unbind keys key: display or bind this key to a command unbind: unbind a key reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) + missing: add missing keys (using default bindings) </programlisting> <command>/layout [[save | apply | reset] [buffers | windows]]</command> 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> |