diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-31 22:32:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-31 22:32:38 +0200 |
commit | 12be3b8c332c75a398f77478fd8d62304c632a1e (patch) | |
tree | a8c49b9277d308372d02cb17d6583d1a27d54c41 /doc/pl | |
parent | 5b5626a82ba5bf1418817f94c386cf436f71e008 (diff) | |
download | weechat-12be3b8c332c75a398f77478fd8d62304c632a1e.zip |
core: add options in command /input and new keys to remove/restore buffers in hotlist
New options in command /input:
- hotlist_remove_buffer
- hotlist_restore_buffer
- hotlist_restore_all
New keys:
- alt+h, alt+c: clear the whole hotlist (former key: alt+h)
- alt+h, alt+m: mark the current buffer as read by removing it from the hotlist
- alt+h, alt+r: restore latest hotlist removed in the current buffer
- alt+h, alt+shift+R: restore latest hotlist removed in all buffers
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 5895d7433..57a041e1d 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -1999,7 +1999,18 @@ Można ją zapisać za pomocą skryptu _buffer_autoset.py_: można go zaintalowa | 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+` | kbd:[Alt+Shift+B] | Przełącza widoczność listy buforów. | `+/buflist toggle+` -| kbd:[Alt+h] | Wyczyść hotlistę (powiadomienia o aktywności w innych buforach). | `+/input hotlist_clear+` +// TRANSLATION MISSING +| kbd:[Alt+h], + kbd:[Alt+c] | Clear hotlist (activity notification on buffers). | `+/input hotlist_clear+` +// TRANSLATION MISSING +| kbd:[Alt+h], + kbd:[Alt+m] | Remove current buffer from hotlist. | `+/input hotlist_remove_buffer+` +// TRANSLATION MISSING +| kbd:[Alt+h], + kbd:[Alt+r] | Restore latest hotlist removed in the current buffer. | `+/input hotlist_restore_buffer+` +// TRANSLATION MISSING +| kbd:[Alt+h], + kbd:[Alt+Shift+R] | Restore latest hotlist removed in all buffers. | `+/input hotlist_restore_all+` | kbd:[Alt+j], kbd:[Alt+f] | Przełącz na pierwszy bufor. | `+/buffer -+` | kbd:[Alt+j], |