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 | |
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')
-rw-r--r-- | doc/en/key_functions.xml | 8 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 8 | ||||
-rw-r--r-- | doc/fr/key_functions.xml | 8 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 8 |
4 files changed, 30 insertions, 2 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> diff --git a/doc/fr/key_functions.xml b/doc/fr/key_functions.xml index 55c3cca7a..b5171bb9c 100644 --- a/doc/fr/key_functions.xml +++ b/doc/fr/key_functions.xml @@ -106,6 +106,14 @@ <entry>faire défiler de quelques lignes vers le bas</entry> </row> <row> + <entry><literal>scroll_top</literal></entry> + <entry>faire défiler jusqu'au début du tampon</entry> +</row> +<row> + <entry><literal>scroll_bottom</literal></entry> + <entry>faire défiler jusqu'à la fin du tampon</entry> +</row> +<row> <entry><literal>nick_beginning</literal></entry> <entry>afficher le début de la liste des pseudos</entry> </row> diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 7c0ecbd78..40f728cd6 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -585,6 +585,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> + <entry>Alt + Home / Alt + End</entry> + <entry> + Aller au début / à la fin du tampon + </entry> + </row> + <row> <entry>F5 / Alt + flèche gauche</entry> <entry> Aller au tampon précédent @@ -621,7 +627,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> Aller au début / à la fin de la liste des pseudos </entry> |