roerohan / react-vnc

A React Component to connect to a websockified VNC client using noVNC.
https://roerohan.github.io/react-vnc/
MIT License
88 stars 21 forks source link

Build a React wrapper around the `clipboard` event, and `clipboardPasteFrom` function #27

Closed roerohan closed 2 years ago

roerohan commented 2 years ago

https://novnc.com/noVNC/docs/API.html#rfbclipboardpastefrom Implement this method to be able to paste stuff from clipboard to the server.

https://novnc.com/noVNC/docs/API.html#clipboard Implement this to listen to clipboard events from the server.

Also, the events such as securityfailure, bell, capabilities need to be wrapped.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 0.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: