[Bug 226553] kbdcontrol doesn't map function keys

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 8 17:31:21 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226553

--- Comment #15 from Sergey <kpect at protonmail.com> ---
Changing line
if (fkey >=0 && fkey < 65) {
to
if (fkey > 64 && fkey < 97) {
solves the issue.
BR.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list