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/en/weechat_user.en.asciidoc | |
parent | 2641b6e778b13022612be21c7870eaf44b4a0929 (diff) | |
download | weechat-98654f148dd84a0d43575a7ce05de89b1ea1f0a4.zip |
doc: improve note about mouse events caught by weechat (user's guide)
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 2c25c8048..8cd7a92fb 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -1295,9 +1295,12 @@ key key[alt-x] to disable mouse for 10 seconds: /key bind meta-x /mouse toggle 10 ---- -When mouse is enabled in WeeChat, you can use key[shift] modifier to select or -click in terminal, as if the mouse was disabled (on some terminals like iTerm, -you have to use key[alt] instead of key[shift]). +[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] For any problem with mouse, please look at 'WeeChat FAQ'. |