patch for xf86-input-keyboard
Daniel Stone
daniel at fooishbar.org
Tue Jun 12 02:46:04 PDT 2007
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. :)
> +- if (down && KeyPressed(keycode)) {
> ++ if (down && KeyPressed(keycode) && keycode < 146) {
This bit seems like a non-sequitur?
Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20070612/393aa832/attachment.pgp>
More information about the xorg
mailing list