diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-03 10:40:43 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-03 10:40:43 +0000 |
commit | 92db79989e2f2a2b4b2fba35bb13acb26f5a38a0 (patch) | |
tree | 0d06d44b5f6c945af96e6ccad40421c004321813 /doc/en | |
parent | 5d32ac0d576571ab967e40e97e66284296d02398 (diff) | |
download | weechat-92db79989e2f2a2b4b2fba35bb13acb26f5a38a0.zip |
Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist top/bottom
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/key_functions.xml | 8 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 8 |
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 55cea7262..8efefad36 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -106,6 +106,14 @@ <entry>scroll a few lines down</entry> </row> <row> + <entry><literal>scroll_top</literal></entry> + <entry>scroll to top of buffer</entry> +</row> +<row> + <entry><literal>scroll_bottom</literal></entry> + <entry>scroll to bottom of buffer</entry> +</row> +<row> <entry><literal>nick_beginning</literal></entry> <entry>display beginning of nicklist</entry> </row> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 202044cf1..af92f7d32 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -574,6 +574,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> + <entry>Alt + Home / Alt + End</entry> + <entry> + Scroll to top / bottom of buffer + </entry> + </row> + <row> <entry>F5 / Alt + left arrow</entry> <entry> Switch to previous buffer @@ -610,7 +616,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> - <entry>Alt + Home / Alt + End</entry> + <entry>Alt + F11 / Alt + F12</entry> <entry> Go to the beginning / the end of nicklist </entry> |