summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-12-02 18:54:41 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-12-02 18:54:41 +0100
commite6f1c3038e60fd0bdfe82bcf846a8ed481fb4613 (patch)
tree8888a3f2e3bdb10f2ef34029082c5c0cb7b7b66d /doc/pl
parente2be1dbd43575910f450793b522fda895bc9a6fb (diff)
downloadweechat-e6f1c3038e60fd0bdfe82bcf846a8ed481fb4613.zip
Add question about key to jump to buffer 11 (or higher) in FAQ
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/weechat_faq.pl.txt17
1 files changed, 17 insertions, 0 deletions
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
---