Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2015 21:17:54 -0700
From:      John-Mark Gurney <jmg@funkthat.com>
To:        "Lee, Jae Ho" <ljh8199@gmail.com>
Cc:        freebsd-drivers@freebsd.org
Subject:   Re: Korean keyboard support
Message-ID:  <20150724041754.GH78154@funkthat.com>
In-Reply-To: <86zj2mpf76.fsf@m2r.lawsarang.net>
References:  <86zj2mpf76.fsf@m2r.lawsarang.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Lee, Jae Ho wrote this message on Fri, Jul 24, 2015 at 09:33 +0900:

This is probably better suited for -current, so I have redirected
the question there...

> I am Lee, Jaeho from South Korea. ( not North lol )
> I am trying to ask you about the Korean keyboard support in FreeBSD.
> The Korean keyborad is featured as below.
> 
> "The Korean keyboard has two keys, the Korean/Chinese and the
> Korean/English toggles, that generate scancodes f1 and f2 (respectively)
> when pressed, and nothing when released. They do not repeat. The keycaps
> are "hancha" and "han/yong" (written in Hangul). Hancha (hanja) means
> Chinese character, and Han/Yong is short for Hangul/Yongcha
> (Korean/English). They are located left and right of the space bar."
> ( From : http://www.win.tue.nl/~aeb/linux/kbd/scancodes-9.html )
> 
> Basically, on the Korean 103/106 (Korean Government Standard), there are two additional keys as Hangul(scancode of 0xf2)
> and Hanja(scancode of 0xf1) to the US 101/104 keyborad. and they don't have release signals if they
> are ps/2 type. USB keborad does have release signals.
> 
> I tried look in src/sys/dev/atkbdc/atkbd.c  and tried to make a
> patch on my own which I inspired by the patch from the linux kernel :
> https://bugzilla.kernel.org/show_bug.cgi?id=6642 , but since I am not
> well experienced yet in freebsd programing so I eventually came to ask
> for your help.
> 
> I am ready to give you answers and informations to any kind of questions
> about Korean keybord specifications or other things related that
> you might want to know. :)
> 
> As you can guess, the keyboard support is quite evident and will be really important and helpful to
> many Korean FreeBSD users. 
> Thank you in advance. :)

It looks like FreeBSD may not have a keymap for Korean keyboards.
You can check by running kbdmap from the console...

If you look at /usr/share/syscons/keymaps (older syscons), or
/usr/share/vt/keymaps (current vt, which supports UTF-8 fonts and
more), you can define your own keyboard map...

It could be that I'm missing what you're trying to do...  Hope
this helps!

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150724041754.GH78154>