You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first thing we need to be able to do is writing to the console of our VNC server.
This includes sending text, handling command sequences and special characters, and moving the text courser.
To achieve this, we can use the vnc-rs crate with its X11Events to create events like key presses on our server.
According to the RFC linked in the documentation and manual testing, these events are working, even if the server does not have an x-server running.
openQA Version
n/A
Impacted library
isototest
Proposal
What?
The first thing we need to be able to do is writing to the console of our VNC server.
This includes sending text, handling command sequences and special characters, and moving the text courser.
To achieve this, we can use the
vnc-rs
crate with itsX11Events
to create events like key presses on our server.According to the RFC linked in the documentation and manual testing, these events are working, even if the server does not have an x-server running.
Resources
vnc-rs
Steps
The text was updated successfully, but these errors were encountered: