diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-04 08:05:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-04 08:05:24 +0100 |
commit | d96a3e6b55c48790f267848f54e4db2517f8d1c9 (patch) | |
tree | 5296ef200b2b8e386f8e13867f376986c27aa410 /doc/it | |
parent | c90c71ea30e8b02607ff42a530b67c06a984d6ca (diff) | |
download | weechat-d96a3e6b55c48790f267848f54e4db2517f8d1c9.zip |
doc/faq: add question about key F11
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index c3f3b2f29..b83e0d060 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -653,6 +653,24 @@ 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. +// TRANSLATION MISSING +[[key_f11]] +=== Key F11 maximizes the terminal window, how can I scroll up the nicklist? + +The key kbd:[F11] is commonly used by terminals to maximize the window, and +kbd:[F11]/kbd:[F12] are the default keys in WeeChat to scroll the nicklist. + +You can bind other keys, for example kbd:[Shift+F11] and kbd:[Shift+F12], +with WeeChat ≥ 4.0.0: + +---- +/key bind shift-f11 /bar scroll nicklist * -100% +/key bind shift-f12 /bar scroll nicklist * +100% +---- + +Other solution is to enable mouse (key: kbd:[Alt+m]) and scroll with the mouse +wheel (see also questions about <<mouse,mouse>>). + [[customize_key_bindings]] === Come posso personalizzare le associazioni dei tasti? |