Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Oct 2019 17:31:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 226553] kbdcontrol doesn't map function keys
Message-ID:  <bug-226553-227-JoYxw1cFZJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226553-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226553-227@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=3D226553

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

--=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-226553-227-JoYxw1cFZJ>