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

Added Feature Auto Clipboard Sync #1900

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

0xAungkon
Copy link

Added Feature Auto Clipboard Sync Though Html Dom Event & navigator.clipboard

Note: Clipboard only serves over https . so do following tasks :

  1. Create a pem file openssl req -x509 -newkey rsa:2048 -keyout self.pem -out self.pem -days 365 -nodes
  2. Make sure to add --ssl-only in the end of command ./utils/novnc_proxy --vnc localhost:5901--ssl-only

Holla clipboard sync automatically like charm . No mouse copy paste.

@0xAungkon
Copy link
Author

@jswanner @nbibler @thekvn @retr0h please review the pull request .

@xy3xy3
Copy link

xy3xy3 commented Nov 3, 2024

Failed to read from clipboard: NotAllowedError: Failed to execute 'readText' on 'Clipboard': Document is not focused.
at HTMLDocument. (vnc.html:349:56)

@liyimeng
Copy link

what is the PR trying to achieve?
I deploy it. Expecting I can do copy on my local machine and paste it into the remote machine which I connect via vnc, but nothing happen.

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

Successfully merging this pull request may close these issues.

3 participants