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/ja | |
parent | 2641b6e778b13022612be21c7870eaf44b4a0929 (diff) | |
download | weechat-98654f148dd84a0d43575a7ce05de89b1ea1f0a4.zip |
doc: improve note about mouse events caught by weechat (user's guide)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.asciidoc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index 275766655..e629b732f 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -1298,9 +1298,13 @@ key[alt-x] キーにマウスを 10 秒間無効化する機能を割り当て /key bind meta-x /mouse toggle 10 ---- -WeeChat でマウスが有効化されている場合、key[shift] -修飾キーで選択やクリックができます。これでマウスが無効化されている場合と同じ作業が行えます -(iTerm 等の端末では key[shift] の代わりに key[alt] を使ってください)。 +// 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] マウスに関するトラブルがあれば 'WeeChat FAQ' を参照してください。 |