Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2019 16:38:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 226553] kbdcontrol doesn't map function keys
Message-ID:  <bug-226553-227-tFqbWmRfuk@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 #14 from Sergey <kpect@protonmail.com> ---
This patch https://reviews.freebsd.org/D14936 actually does work, but I have
several concerns.=20
In order to be able to map fkeys to for example Ctrl/Alt/Shift + ArrowKeys
line
if (fkey >=3D0 && fkey < 65) {
have to chenged to=20
if (fkey >=3D0 && fkey < 97) {
And second problem is that after patching, some keys on the console misbeha=
ve,
for example Del key starts to work as Backspace. Or in 'less' pager arrow k=
eys
and PgUp/PgDn doesn't work anymore. Rebuilding without the patch fixes the =
keys
behaviour.
Best regards,
Sergey.

--=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-tFqbWmRfuk>