From 12be3b8c332c75a398f77478fd8d62304c632a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 31 Aug 2021 22:32:38 +0200 Subject: 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 --- doc/it/weechat_user.it.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/it') diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index b9af560a5..97e5a5c22 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -2118,7 +2118,18 @@ with `+/script install buffer_autoset.py+` and get help with `+/help buffer_auto | kbd:[Alt+a] | Passa al buffer successivo con attività (con priorità: highligh, messagge, altro). | `+/input jump_smart+` // TRANSLATION MISSING | kbd:[Alt+Shift+B] | Toggle buflist. | `+/buflist toggle+` -| kbd:[Alt+h] | Pulisce hotlist (notifica di attività su altri buffer). | `+/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+` // TRANSLATION MISSING | kbd:[Alt+j], kbd:[Alt+f] | Switch to first buffer. | `+/buffer -+` -- cgit v1.2.3