diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-03 18:52:07 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-03 18:52:07 +0200 |
commit | 58b7a4a9230ca971c6d6f59096df737b60e94dcc (patch) | |
tree | 0b6ca1c7bc7f7af533dc392b8637f416d8ce6397 | |
parent | 7c58018cb109cd50c9b80980adff9b7ff508c2c2 (diff) | |
download | weechat-58b7a4a9230ca971c6d6f59096df737b60e94dcc.zip |
Add missing key bindings in doc
-rw-r--r-- | doc/de/user/usage.de.xml | 18 | ||||
-rw-r--r-- | doc/en/user/usage.en.xml | 12 | ||||
-rw-r--r-- | doc/fr/user/usage.fr.xml | 12 |
3 files changed, 40 insertions, 2 deletions
diff --git a/doc/de/user/usage.de.xml b/doc/de/user/usage.de.xml index 78b6c77f5..45e6ca482 100644 --- a/doc/de/user/usage.de.xml +++ b/doc/de/user/usage.de.xml @@ -197,10 +197,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. Gehe zum Anfang der Kommandozeile </entry> </row> - <!-- TRANSLATION NEEDED --> <row> <entry>Strg + C dann B</entry> <entry> + <!-- TRANSLATION NEEDED --> Insert code for bold text. </entry> </row> @@ -211,6 +211,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> + <entry>Ctrl + C dann I</entry> + <entry> + <!-- TRANSLATION NEEDED --> + Insert code for italic text. + </entry> + </row> + <row> <entry>Strg + C dann O</entry> <entry> Insert code for color reset. @@ -443,13 +450,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> - <entry>Alt + J then Alt + P</entry> + <entry>Alt + J dann Alt + P</entry> <entry> <!-- TRANSLATION NEEDED --> Switch to buffer previously displayed </entry> </row> <row> + <entry>Alt + J dann Alt + R</entry> + <entry> + <!-- TRANSLATION NEEDED --> + Switch to IRC raw buffer + </entry> + </row> + <row> <entry>Alt + Zahl (0-9)</entry> <entry> Schalte in den Puffer mit der Nummer (0 = 10) diff --git a/doc/en/user/usage.en.xml b/doc/en/user/usage.en.xml index 31f1d791d..60547612a 100644 --- a/doc/en/user/usage.en.xml +++ b/doc/en/user/usage.en.xml @@ -196,6 +196,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> + <entry>Ctrl + C then I</entry> + <entry> + Insert code for italic text. + </entry> + </row> + <row> <entry>Ctrl + C then O</entry> <entry> Insert code for color reset. @@ -426,6 +432,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> + <entry>Alt + J then Alt + R</entry> + <entry> + Switch to IRC raw buffer + </entry> + </row> + <row> <entry>Alt + digit (0-9)</entry> <entry> Switch to buffer by number (0 = 10) diff --git a/doc/fr/user/usage.fr.xml b/doc/fr/user/usage.fr.xml index 49157b079..98e7bd207 100644 --- a/doc/fr/user/usage.fr.xml +++ b/doc/fr/user/usage.fr.xml @@ -215,6 +215,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> + <entry>Ctrl + C puis I</entry> + <entry> + Insérer le code pour mettre le texte en italique. + </entry> + </row> + <row> <entry>Ctrl + C puis O</entry> <entry> Insérer le code pour réinitaliser la couleur. @@ -455,6 +461,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> + <entry>Alt + J puis Alt + R</entry> + <entry> + Sauter au tampon des données brutes IRC + </entry> + </row> + <row> <entry>Alt + chiffre (0-9)</entry> <entry> Sauter au tampon qui porte ce numéro (0 = 10) |