-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic clipboard copying #1511
Comments
This is currently being discussed under #1347. |
shoud it supoort qemu virtual machine? |
I don't think QEMU has clipboard support over VNC, no. |
👋 , @juanjoDiaz has done what looks like the vast majority of the work required to implement this in #1347, but has indicated he might not have more time to spend on this at the moment. I've continued the PR in #1562 , which currently only adds a merge conflict resolution, but after doing so all tests pass again. I'll be adding more code there as we move along to getting this PR merge-able. |
qemu 6.1 added clipboard support to vnc, libvirt part still not accepted but can be setted with additional qemu parameter: |
Is this issue now being fixed ? |
There have been several PRs opened on the topic, but none has yet managed to iron out the remaining issues. Agreed, it would be very nice to have an easier copy-paste in noVNC. |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
The Clipboard button is nice, but I really want a checkbox before it, which auto copies the clipboard contents in both directions. People can use the old style cut and paste into a box or the new style "do nothing" ;)
I suggested the checkbox because I can see that some people might not want to use it like that.
Describe alternatives you've considered
If you wanted to go nuts, then you could allow/disallow different directions from server or client option.
Additional context
n/a
The text was updated successfully, but these errors were encountered: