https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246121
Peter Grehan <gre...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gre...@freebsd.org --- Comment #3 from Peter Grehan <gre...@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. _______________________________________________ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"