-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Clipboard Auto Sync #86
Comments
The local and remote clipboards are synchronized. |
I have to use the clipboard widget in the side panel in order to transfer to/from the app. I can't copy something on my host PC and paste it directly into the app or vice versa. |
To my knowledge this is not something that can be done: for security reason, a web page cannot freely access the clipboard without user intervention. |
Would |
Looks like it is not supported by noVNC yet, see this PR: novnc/noVNC#1347 |
Thanks for the pointer! I will follow this thread closely. |
Is it possible to enable auto syncronization of the remote clipboard with the local clipboard?
It is a bit of a pain to have to paste into the clipboard widget and then paste again inside the VNC session and to remember to do so.
The text was updated successfully, but these errors were encountered: