diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-15 18:57:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-15 18:57:00 +0200 |
commit | 23d3ce7ad8e08676926bd9d8a7f5a41c1d194851 (patch) | |
tree | c7b7cb7c8e2c72edf290048e50197b02507b51eb /doc/it | |
parent | f49810ec0e3f20a8a9b44285b2ae59ae21db64ac (diff) | |
download | weechat-23d3ce7ad8e08676926bd9d8a7f5a41c1d194851.zip |
doc/faq: add question about keys like Enter and version 4.0.0
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index fb563fa10..cf3eeaa93 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -644,6 +644,15 @@ If you are using the macOS Terminal app, enable the option "Use option as meta key" in menu Settings/Keyboard. And then you can use the kbd:[Option] key as meta key. +// TRANSLATION MISSING +[[enter_key]] +=== Some keys including Enter are not working, why? + +If you run a WeeChat < 4.0.0 with configuration files created by any +version ≥ 4.0.0, the keys names become invalid and many keys won't work at all. + +To repair them, exit WeeChat, remove all sections `[key*]` from weechat.conf +and start WeeChat again: all default keys will be created. + [[customize_key_bindings]] === Come posso personalizzare le associazioni dei tasti? |