diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-20 01:20:59 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-20 01:29:28 +0100 |
commit | 9d6ebeda0d20c8a4b89a568d09ebdcf17d3b5a94 (patch) | |
tree | 3df5c514bf3608c4b046d3301c0244ccfdb98f17 /doc/pl | |
parent | 09a124c22697686c8420c5201d25c39d3bd72c13 (diff) | |
download | weechat-9d6ebeda0d20c8a4b89a568d09ebdcf17d3b5a94.zip |
core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (same action as F11/F12)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index cfb49d5d4..7da380996 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -1664,8 +1664,10 @@ Można ją zapisać za pomocą skryptu _buffer_autoset.py_: można go zaintalowa | kbd:[F8] | Przełącz na następne okno. | `/window +1` | kbd:[F9] | Przewiń tytuł bufora w lewo. | `+/bar scroll title * -30%+` | kbd:[F10] | Przewiń tytuł bufora w prawo. | `+/bar scroll title * +30%+` -| kbd:[F11] | Przewiń w górę jedna stronę listy nicków. | `/bar scroll nicklist * -100%` -| kbd:[F12] | Przewiń w dół jedna stronę listy nicków. | `/bar scroll nicklist * +100%` +| kbd:[F11] + + kbd:[Ctrl+F11] | Przewiń w górę jedna stronę listy nicków. | `/bar scroll nicklist * -100%` +| kbd:[F12] + + kbd:[Ctrl+F12] | Przewiń w dół jedna stronę listy nicków. | `/bar scroll nicklist * +100%` | kbd:[Alt+F11] | Idź na początek listy nicków. | `/bar scroll nicklist * b` | kbd:[Alt+F12] | Idź na koniec listy nicków. | `/bar scroll nicklist * e` | kbd:[Alt+a] | Przełącz na następny bufor z aktywnością (z priorytetem: powiadomienie, wiadomość, inne). | `/input jump_smart` |