patch for xf86-input-keyboard
Timo Aaltonen
tjaalton at cc.hut.fi
Tue Jun 12 05:29:47 PDT 2007
On Tue, 12 Jun 2007, Daniel Stone wrote:
> On Tue, Jun 12, 2007 at 12:33:02PM +0300, Timo Aaltonen wrote:
>> On Fri, 4 May 2007, Timo Aaltonen wrote:
>>> There's a patch that has been in Ubuntu for a year now, and I wonder if the
>>> problem could be fixed otherwise so it could get upstream. Patch is attached,
>>> here is the reasoning:
>>>
>>> * Let keycodes 209 and 210 pass through; they're Hangul and Hangul_Hanja
>>> keys, needed for Korean keyboards to function correctly. This fix is
>>> mostly a band-aid since XKB doesn't have a way to specify that "this
>>> key doesn't give you keydown and keyup events"
>
> Actually, I think you can specify that there's a permanent locking
> physical behaviour. Buggered if I can remember how, though. :)
Ok, let me know when you remember :)
>> +- if (down && KeyPressed(keycode)) {
>> ++ if (down && KeyPressed(keycode) && keycode < 146) {
>
> This bit seems like a non-sequitur?
It was for another problem, and my fault to include it here.. (as
discussed briefly on #xorg)
t
More information about the xorg
mailing list