diff options
-rw-r--r-- | doc/de/weechat_faq.de.txt | 17 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.txt | 16 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.txt | 16 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.txt | 17 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 17 |
5 files changed, 83 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt index 6cc53c93d..7a183ed29 100644 --- a/doc/de/weechat_faq.de.txt +++ b/doc/de/weechat_faq.de.txt @@ -271,6 +271,23 @@ Mit der voreingestellten Tastenkombination Meta-k (normal Alt-k) kann man sich d Code der jeweiligen Taste anzeigen lassen und in die Eingabezeile einfügen. +// TRANSLATION MISSING +[[jump_to_buffer_11_or_higher]] +What is the key to jump to buffer 11 (or higher number)? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The key is alt-j and then 2 digits, for example alt-j then 1, 1 to jump to +buffer 11. + +You can bind a key, for example: + +---------------------------------------- +/key bind meta-q /buffer *11 +---------------------------------------- + +List of default keys is in User's guide. + + [[irc]] IRC --- diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 93b529f40..ec5da010f 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -255,6 +255,22 @@ Default key Meta-k (usually Alt-k) lets you grab key code and insert it in command line. +[[jump_to_buffer_11_or_higher]] +What is the key to jump to buffer 11 (or higher number)? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The key is alt-j and then 2 digits, for example alt-j then 1, 1 to jump to +buffer 11. + +You can bind a key, for example: + +---------------------------------------- +/key bind meta-q /buffer *11 +---------------------------------------- + +List of default keys is in User's guide. + + [[irc]] IRC --- diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt index b74a2f4d5..ee2b66dfa 100644 --- a/doc/fr/weechat_faq.fr.txt +++ b/doc/fr/weechat_faq.fr.txt @@ -265,6 +265,22 @@ La touche par défaut Meta-k (souvent Alt-k) permet de capturer le code d'une touche et de l'inclure dans la ligne de commande. +[[jump_to_buffer_11_or_higher]] +Quelle est la touche pour sauter vers le tampon 11 (ou numéro plus élevé) ? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +La touche est alt-j puis 2 chiffres, par exemple alt-j puis 1, 1 pour sauter +au tampon 11. + +Vous pouvez définir une touche, par exemple : + +---------------------------------------- +/key bind meta-q /buffer *11 +---------------------------------------- + +La liste des touches par défaut est dans le Guide utlisateur. + + [[irc]] IRC --- diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index a84fb4553..b3185bafc 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -260,6 +260,23 @@ Il tasto predefinito Meta-k (di solito Alt-k) consente di registrare il codice tasto ed inserirlo nella riga di comando. +// TRANSLATION MISSING +[[jump_to_buffer_11_or_higher]] +What is the key to jump to buffer 11 (or higher number)? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The key is alt-j and then 2 digits, for example alt-j then 1, 1 to jump to +buffer 11. + +You can bind a key, for example: + +---------------------------------------- +/key bind meta-q /buffer *11 +---------------------------------------- + +List of default keys is in User's guide. + + [[irc]] IRC --- diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index 861c8c508..b7339efde 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -256,6 +256,23 @@ Domyślnie Meta-k (zazwyczaj Alt-k) pozwala pobrać kod klawiszy i umieścić go w wierszu poleceń. +// TRANSLATION MISSING +[[jump_to_buffer_11_or_higher]] +What is the key to jump to buffer 11 (or higher number)? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The key is alt-j and then 2 digits, for example alt-j then 1, 1 to jump to +buffer 11. + +You can bind a key, for example: + +---------------------------------------- +/key bind meta-q /buffer *11 +---------------------------------------- + +List of default keys is in User's guide. + + [[irc]] IRC --- |