diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-08-06 09:30:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-08-06 09:30:22 +0000 |
commit | 362866fdf26d70ce0da200b04d08122ba9db31f1 (patch) | |
tree | 03a0a3447d4ac8f598adb562b354a19a893bf740 /doc/en | |
parent | d150376c54d84aee8b089c320a2743423c88c980 (diff) | |
download | weechat-362866fdf26d70ce0da200b04d08122ba9db31f1.zip |
Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U) (task 7180)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/key_functions.xml | 4 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 6eab937fd..8fc9922ff 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -186,6 +186,10 @@ <entry>scroll to first unread line in buffer</entry> </row> <row> + <entry><literal>set_unread</literal></entry> + <entry>set unread marker for all buffers</entry> +</row> +<row> <entry><literal>hotlist_clear</literal></entry> <entry>clear hotlist</entry> </row> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index fd931e2dd..049ace3ef 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -496,7 +496,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <row> <entry>Ctrl + C then C</entry> <entry> - Insérer code for colored text. + Insert code for colored text. </entry> </row> <row> @@ -543,6 +543,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> + <entry>Ctrl + S then Ctrl + U</entry> + <entry> + Set unread marker on all buffers + </entry> + </row> + <row> <entry>Ctrl + T</entry> <entry> Transpose chars |