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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226553 --- Comment #14 from Sergey <kpect@protonmail.com> --- This patch https://reviews.freebsd.org/D14936 actually does work, but I have several concerns. In order to be able to map fkeys to for example Ctrl/Alt/Shift + ArrowKeys line if (fkey >=0 && fkey < 65) { have to chenged to if (fkey >=0 && fkey < 97) { And second problem is that after patching, some keys on the console misbehave, for example Del key starts to work as Backspace. Or in 'less' pager arrow keys and PgUp/PgDn doesn't work anymore. Rebuilding without the patch fixes the keys behaviour. Best regards, Sergey. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226553-227-tFqbWmRfuk>
