Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why mouse select in linux ssh will trigger ctrl+C automatically?

Tags:

linux

I use putty/mremote to connect a linux, but when I try to select some text use mouse, it always send a ctrl+C automatically, which will send a interrupt to linux and will break my operation.

I test it and find that is only happened on my windows machine. how to solve this? Thanks.

like image 569
user3003466 Avatar asked Mar 19 '23 11:03

user3003466


2 Answers

On my computer, the mRemoteNG has the similiar issue. Whenever I use mouse to select text, a ctrl+c is sent to server automatically.

I find it's caused by one translation software YoDaoDict(Chinese name: 有道翻译). You can stop it(关掉有道翻译(词霸之类的在线翻译软件)) or turn off the function of translate on selection (或者关掉划词翻译(选词翻译)之类的功能).

like image 84
shifu.zheng Avatar answered Apr 27 '23 11:04

shifu.zheng


Certain translation software such as "词霸秒译" and "金山词霸2016" support "select and automatically translate". If you enable those features, it can cause this issue.

like image 30
user7016194 Avatar answered Apr 27 '23 11:04

user7016194