[Bug 246121] [bhyve][PATCH] Append Keyboard Layout specified option for using VNC.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 13 10:55:24 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246121
Peter Grehan <grehan at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grehan at FreeBSD.org
--- Comment #3 from Peter Grehan <grehan at FreeBSD.org> ---
Another way to solve this is to implement the "QEMU Extended Key Event Message"
in the server
(https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#qemu-extended-key-event-message)
This allows scancodes to be sent end-end so avoids information loss and locale
mis-translation when converting VNC keycodes to PS2 scancodes.
The downside is that client support is patchy :( It's in recent versions of
TigerVNC and originated fron NoVMC, but isn't in VNCViewer, tightVNC or
UltraVNC :(
However, it avoids the problem of having to create per-language maps.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list