Skip to content
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

Open
davidnewcomb opened this issue Jan 14, 2021 · 7 comments
Open

Automatic clipboard copying #1511

davidnewcomb opened this issue Jan 14, 2021 · 7 comments
Labels

Comments

@davidnewcomb
Copy link

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

@CendioOssman
Copy link
Member

This is currently being discussed under #1347.

@Icedroid
Copy link

shoud it supoort qemu virtual machine?

@CendioOssman
Copy link
Member

I don't think QEMU has clipboard support over VNC, no.

@snickell
Copy link

👋 , @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.

@Fantu
Copy link
Contributor

Fantu commented Sep 7, 2022

qemu 6.1 added clipboard support to vnc, libvirt part still not accepted but can be setted with additional qemu parameter:
https://bugzilla.redhat.com/show_bug.cgi?id=1874926#c50
tested with novnc 1.3.0 and clipboard is working in both way
would be useful have also automatic clipboard support in novnc (maybe even only optionally activated by a button on the toolbar)

@freebrowser1
Copy link

Is this issue now being fixed ?
This is a big annoyance in novnc which is furthermore an awesome tool.
It is rather primitive to copy the text twice via an intermediate popup.

@samhed
Copy link
Member

samhed commented Jul 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants