[Bug 265260] HANGEUL and HANJA on Korean keyboards do not work.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265260] HANGEUL and HANJA on Korean keyboards do not work."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 22:08:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265260
--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=6a26c99f827ffa9da5e23d466eeb17131fc75238
commit 6a26c99f827ffa9da5e23d466eeb17131fc75238
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2022-07-19 21:06:22 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2022-07-19 21:36:20 +0000
atkbd(4): Fix "hancha" and "han/yong" korean keys handling.
The Korean keyboard has two keys, the Korean/Chinese and the
Korean/English toggles, that generate scancodes 0xF1 and 0xF2
(respectively) when pressed, and nothing when released. They do not
repeat.
As Hanyong/Hancha keys are generally greater than 0x80, which is
generally considered a release key, add extra preceding press key event
to generate press/release pair.
Swap Hanyong/Hancha key codes to match reality.
Reported by: Warioburn <warioburn@yahoo.co.jp>
PR: 265260
MFC after: 1 week
sys/dev/atkbdc/atkbd.c | 10 ++++++++++
sys/dev/evdev/evdev_utils.c | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
--
You are receiving this mail because:
You are the assignee for the bug.