https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226553
--- Comment #15 from Sergey <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
