summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-08-31 22:32:38 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-08-31 22:32:38 +0200
commit12be3b8c332c75a398f77478fd8d62304c632a1e (patch)
treea8c49b9277d308372d02cb17d6583d1a27d54c41 /doc/it
parent5b5626a82ba5bf1418817f94c386cf436f71e008 (diff)
downloadweechat-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/it')
-rw-r--r--doc/it/weechat_user.it.adoc13
1 files changed, 12 insertions, 1 deletions
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 -+`