Date: Fri, 05 Jun 2020 03:15:33 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 246121] [bhyve][PATCH] Append Keyboard Layout specified option for using VNC. Message-ID: <bug-246121-27103-MqMWJMmFlw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246121-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-246121-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246121 --- Comment #11 from Peter Grehan <grehan@FreeBSD.org> --- (In reply to Koine Yuusuke from comment #9) Thanks for the patch. I'd already broken out that section from your previous one so the review might look slightly different. One issue I had with the qemu ext keyevent is that TigerVNC generates scans= et 1 codes (with freebsd/macos/windows clients), whereas the atkbd emulation is expecting scanset 2 codes in the FIFO. There's a simple 1:1 translation bet= ween scanset 1 and 2, so I'll add a table for that conversion. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246121-27103-MqMWJMmFlw>