diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-22 11:58:11 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-22 11:58:11 +0000 |
commit | c0a1673060a59cca4d003449bde475a0235267e3 (patch) | |
tree | fedba4ce10c9f30c553ef57e04feccb653c0e557 /doc | |
parent | 3a79e32dbb31af7d17d35819e0648b010b310ec5 (diff) | |
download | weechat-c0a1673060a59cca4d003449bde475a0235267e3.zip |
Added IRC raw data buffer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/key_functions.xml | 4 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 6 | ||||
-rw-r--r-- | doc/fr/key_functions.xml | 4 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 6 |
4 files changed, 20 insertions, 0 deletions
diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 4c05fac01..55cea7262 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -130,6 +130,10 @@ <entry>jump to DCC buffer</entry> </row> <row> + <entry><literal>jump_raw_data</literal></entry> + <entry>jump to raw IRC data buffer</entry> +</row> +<row> <entry><literal>jump_last_buffer</literal></entry> <entry>jump to last buffer</entry> </row> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index b4a3e4b7c..5c1780151 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -660,6 +660,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> + <entry>Alt + J then Alt + R</entry> + <entry> + Switch to raw IRC data buffer + </entry> + </row> + <row> <entry>Alt + J then Alt + S</entry> <entry> Switch to server buffer diff --git a/doc/fr/key_functions.xml b/doc/fr/key_functions.xml index 3a66bcc01..55c3cca7a 100644 --- a/doc/fr/key_functions.xml +++ b/doc/fr/key_functions.xml @@ -130,6 +130,10 @@ <entry>sauter au tampon DCC</entry> </row> <row> + <entry><literal>jump_raw_data</literal></entry> + <entry>sauter au tampon IRC brut</entry> +</row> +<row> <entry><literal>jump_last_buffer</literal></entry> <entry>sauter au dernier tampon</entry> </row> diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 024da24b0..595a9907a 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -671,6 +671,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> + <entry>Alt + J puis Alt + R</entry> + <entry> + Sauter au tampon de données brutes IRC + </entry> + </row> + <row> <entry>Alt + J puis Alt + S</entry> <entry> Sauter au tampon du serveur |