Description
Is this a new feature request?
- I have searched the existing issues
Wanted change
Is there any way to add a function to copy the image from the clipboard to the container's screen? I looked for something similar in the documentation and couldn't find anything. I know Kasm supports this, so I imagine VNC is 100% compatible. Chrome already has this API.
Reason for change
Enabling clipboard image pasting from the host into the container screen significantly enhances usability, especially for workflows involving image editing, form filling, or web automation.
Since Kasm supports it and VNC inherently allows clipboard sharing, it's reasonable to expect that with proper client-side support and container configuration, clipboard image data could be transferred to the virtual desktop environment.
Chromium already implements the Clipboard API, including ClipboardItem support for image MIME types (e.g., image/png). Leveraging this in conjunction with compatible VNC clients or web layers (like noVNC) would allow the pasted clipboard image to appear either in a file system or directly into a web application running inside the container.
Therefore, adding this feature would align with existing standards, improve user experience, and reduce friction in modern web-based containerized desktop sessions.
Proposed code change
No response
Metadata
Metadata
Assignees
Type
Projects
Status