diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-31 22:39:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-31 22:39:17 +0200 |
commit | 6fc6166cfe6c1ee4b6a2a8451b318bcf4f7fafb4 (patch) | |
tree | f88155a60c0bfc74071e4801ba7fb53e2875d279 /doc/en | |
parent | 12be3b8c332c75a398f77478fd8d62304c632a1e (diff) | |
download | weechat-6fc6166cfe6c1ee4b6a2a8451b318bcf4f7fafb4.zip |
core: update translations
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index e4d78fbd7..b89cb4631 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1584,6 +1584,9 @@ list of actions: jump_previously_visited_buffer: jump to previously visited buffer jump_next_visited_buffer: jump to next visited buffer hotlist_clear: clear hotlist (optional argument: "lowest" to clear only lowest level in hotlist, "highest" to clear only highest level in hotlist, or level mask: integer which is a combination of 1=join/part, 2=message, 4=private, 8=highlight) + hotlist_remove_buffer: remove current buffer from hotlist + hotlist_restore_buffer: restore latest hotlist removed in the current buffer + hotlist_restore_all: restore latest hotlist removed in all buffers grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds) grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds) grab_mouse: grab mouse event code |