Re: abnt2 keyboard patch

2004-04-25 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Em Saturday 24 April 2004 06:38, you wrote: > Rafael, > > With your patch, the '\' key on the main keyboard will stop to work > on the ABNT2 Keyboard, at least on the ABNT2 keyboards I've tested (some > low valued keyboards and also Compaq keyb

Re: abnt2 keyboard patch

2004-04-24 Thread Mauro Carvalho Chehab
umeric keyboard that doesn't break the main keyboard. Mauro Chehab Date: Fri, 16 Apr 2004 10:52:01 -0300 From: Rafael Ávila de Espíndola <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: abnt2 keyboard patch > That's why I said that it's an X11 bug and we can do nothin

Re: abnt2 keyboard patch

2004-04-17 Thread Jakob Eriksson
Rafael Ávila de Espíndola wrote: That's why I said that it's an X11 bug and we can do nothing about it. Please resubmit the patch without that part. Attached. I will contact xfree and try to fix the rest of the problem. Maybe contact X.org instead? Gived several linux distrubitions have

Re: abnt2 keyboard patch

2004-04-16 Thread Rafael Ávila de Espíndola
> That's why I said that it's an X11 bug and we can do nothing about it. > > Please resubmit the patch without that part. Attached. I will contact xfree and try to fix the rest of the problem. Thanks. > Dmitry. Rafael Index: dlls/x11drv/keyboard.c

Re: abnt2 keyboard patch

2004-04-15 Thread Dmitry Timoshkov
"Rafael аvila de EspМndola" <[EMAIL PROTECTED]> wrote: > > 1. You are using 'keysym == 0x2C' for comma, but what happens if NumLock > > is on, and you press comma on the main keyboard, not on the keypad? > > Shouldn't X11 send XK_KP_xxx event in that case (something like > XK_KP_Decimal)? > The fi

Re: abnt2 keyboard patch

2004-04-15 Thread Rafael Ávila de Espíndola
> I still see problems with your patch. > > 1. You are using 'keysym == 0x2C' for comma, but what happens if NumLock > is on, and you press comma on the main keyboard, not on the keypad? > Shouldn't X11 send XK_KP_xxx event in that case (something like XK_KP_Decimal)? The file /usr/include/X11/ke

Re: abnt2 keyboard patch

2004-04-14 Thread Dmitry Timoshkov
"Rafael аvila de EspМndola" <[EMAIL PROTECTED]> wrote: > I have tested the patch with a abnt2 and a us-int keyboard. Both work > correctly. > > Dmitry: Do you think that the "magic numbers" are reasonably explained? What I > have done is basically to treat the comma similarilly to the decimal peri