diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-24 19:56:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-24 19:56:48 +0200 |
commit | 98654f148dd84a0d43575a7ce05de89b1ea1f0a4 (patch) | |
tree | dc26b2987f5ecb48c1c5db894796e116e52ecbd2 /doc/pl/weechat_user.pl.asciidoc | |
parent | 2641b6e778b13022612be21c7870eaf44b4a0929 (diff) | |
download | weechat-98654f148dd84a0d43575a7ce05de89b1ea1f0a4.zip |
doc: improve note about mouse events caught by weechat (user's guide)
Diffstat (limited to 'doc/pl/weechat_user.pl.asciidoc')
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index ff88570a9..9d280efb8 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -1308,9 +1308,13 @@ przykład skrót key[alt-x] wyłączający obsługę myszy na 10 sekund: /key bind meta-x /mouse toggle 10 ---- -Kiedy obsługa myszy jest włączona w WeeChat, można użyć modyfikatora key[shift] do -zaznaczenia lub kliknięcia w terminalu, tak jakby obsługa myszy była wyłączona -(w niektórych terminalach jak iTerm należy użyć key[alt] zamiast key[shift]). +// TRANSLATION MISSING +[IMPORTANT] +When mouse is enabled in WeeChat, all mouse events are caught by WeeChat, so +actions such as copy/paste or clicks on URLs are not sent to the terminal. + +Using key[shift] key causes the events to be sent directly to the terminal, +as if the mouse was disabled (on some terminals like iTerm, you have to use +key[alt] instead of key[shift]). [NOTE] W razie jakichkolwiek problemów z obsługą myszy, zajrzyj do 'WeeChat FAQ'. |