diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-02-22 21:18:22 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-16 20:42:19 +0100 |
commit | 1f5c791c37957d8714fb0e7d6e962531790e259b (patch) | |
tree | 964d045319a87430d8ca117bba3a42daafbf8e22 /doc/fr | |
parent | 5b5ccb236f2f59cd792f0a2bda148d951b9156ed (diff) | |
download | weechat-1f5c791c37957d8714fb0e7d6e962531790e259b.zip |
core: use new key name in command `/key` and configuration file
Legacy keys are automatically converted to new names when loading configuration
file `weechat.conf`.
Examples:
"ctrl-I" => "tab"
"meta2-1;3A" => "meta-up"
"meta2-Z" => "shift-tab"
"meta-wmeta-meta2-A" => "meta-w,meta-up"
"ctrl-Cb" => "ctrl-c,b"
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index ca0486c7d..f24a20c69 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -649,14 +649,18 @@ touches par défaut pour l'historique global sont kbd:[Ctrl+↑] et kbd:[Ctrl+↠Exemple : ---- +/key bind up /input history_global_previous +/key bind down /input history_global_next +---- + +Avec WeeChat ≤ 3.8, vous devez utiliser le code de touche brut (appuyez sur +kbd:[Alt+k] puis la touche pour afficher son code) : + +---- /key bind meta2-A /input history_global_previous /key bind meta2-B /input history_global_next ---- -[NOTE] -Les touches "meta2-A" et "meta2-B" peuvent être différentes dans votre terminal. -Pour trouver le code de la touche appuyez sur kbd:[Alt+k] puis la touche. - [[mouse]] == Souris |