diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-29 16:08:57 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-29 16:08:57 +0000 |
commit | 7ce144e8750ad20d5aff59b6bdb08943024774c2 (patch) | |
tree | d5b9dd0552b372796ed2f754af07b963550e7d75 /doc/en/key_functions.xml | |
parent | 59a0d276688714f5e4801e55e822191da1ac4a1c (diff) | |
download | weechat-7ce144e8750ad20d5aff59b6bdb08943024774c2.zip |
Added keys (F9/F10) to scroll topic (task #6030)
Diffstat (limited to 'doc/en/key_functions.xml')
-rw-r--r-- | doc/en/key_functions.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 77f35e9e3..bc04f1bbf 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -118,6 +118,14 @@ <entry>scroll to bottom of buffer</entry> </row> <row> + <entry><literal>scroll_topic_left</literal></entry> + <entry>scroll left topic</entry> +</row> +<row> + <entry><literal>scroll_topic_right</literal></entry> + <entry>scroll right topic</entry> +</row> +<row> <entry><literal>nick_beginning</literal></entry> <entry>display beginning of nicklist</entry> </row> |