hyperterm-paste
hyperterm-paste copied to clipboard
Detecting paste on middle click
From my understanding, paste detection is done via capturing the CTRL-V keycode in javascript. For linux users, it's common to use middle click on the mouse to paste. Could you consider adding support for capturing middle click to trigger the script?
Thanks.
Hey @WesleyYue ! I don't use/maintain this package anymore. Please take a look at the source code, it should be easy to implement. This package is really small and straightforward. I think it would be best to implement it behind config option.