-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Whether you can add a custom setting is up to the user to decide whether to support the functions of double-click copy and right-click paste #117
Comments
WindTerm supports Select-to-copy and middle-click-to-paste, but double-click copy and right-click paste are not yet supported. WindTerm also supports drag and drop the selection to input it, which is faster than any You can read this comment to learn more about Select-to-copy and middle-click-to-paste, and you can watch the video Tips / Input By Dragging And Dropping Text to learn about I think double-click copy is too limited. Even if WindTerm can select text intelligently, double-clicking can usually only select a few types of text such as words or URLs. Select-to-copy actually not only includes the function of double-click copy, it is also more flexible. Similarly, right-click is more suitable for popping up a right-click menu, which is a waste of just pasting. The reason for the existence of right-click paste is that the dumb terminal did not have the function of the right-click menu a long time ago, so it was designed in this way. It should be said that it is not very timely. But since many people are still used to right-click and paste, I will add the option of whether to enable right-click and paste in subsequent versions. What do you think? |
I also wanted this right-click paste long time ago. But now Select-to-copy and Shift-Ins are OK for me. |
The new version WindTerm_2.1.0_Prerelease_6_Windows_Portable has just been released. In this version, the The default action of right click is still showing the right-click menu. After downloading it, you need set terminal.rightClickAction in I still think the right-click menu is more useful than |
It looks like the problem in this post has been solved. This issue will be closed and welcome to continue submitting new issues and feature requests. Thank you! |
Whether you can add a custom setting is up to the user to decide whether to support the functions of double-click copy and right-click paste
The text was updated successfully, but these errors were encountered: