Keyboard keystrokes continue to be held when packets are lost by congestion or unstable connection / Improve the last bit of keyboard latency overall while accommodating unstable connections #145
Labels
bug
Something isn't working
enhancement
New feature or request
interface
OS input, display, or audio interfaces
web
Web components including gst-web
Keys continue to be held when packets are lost by congestion or unstable connection. This is because key presses are sent by signals when they are pressed and when they are down.
https://github.com/Xpra-org/xpra/blob/a5a13a993139d9d48a60734e7bab3ec9d53c919a/xpra/server/mixins/input.py#L257
The above is a good solution to this problem, to send
key-repeat
packets continuously when a key-press is made and when such packets stop, un-press from the host.The text was updated successfully, but these errors were encountered: