Fwd: Re: KP_Separator in the abnt2 keyboard

2004-05-08 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -- Mensagem repassada -- Subject: Re: KP_Separator in the abnt2 keyboard Date: Saturday 08 May 2004 03:49 From: Ivan Pascal <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Hi, Sorry for such long

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 va

Re: abnt2 keyboard patch

2004-04-24 Thread Mauro Carvalho Chehab
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 keyboard). On ABNT2 keyboards, before the 'z' key there is the '\'

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
/* FF40 */ @@ -945,9 +945,9 @@ else XLookupString(e, NULL, 0, &keysym, NULL); -if ((keysym >= 0xFFAE) && (keysym <= 0xFFB9) && (keysym != 0xFFAF) +if keysym >= 0xFFAE) && (keysym <= 0xFFB9) &

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

abnt2 keyboard fix

2004-04-11 Thread Rafael Ávila de Espíndola
#x27; appears on the screen. The other problem with the abnt2 keyboard is that wine assumes that: /* Only the Keypad keys 0-9 and . send different keysyms * depending on the NumLock state */ This is not true for the abnt2 keyboard. The comma may also work as a delete. The attached patch solves bo

Re: abnt2 keyboard

2004-04-07 Thread Dmitry Timoshkov
"Rafael аvila de EspМndola" <[EMAIL PROTECTED]> wrote: > The attached patch fixes the problem that wine has with the abnt2 (Brazilian) > keyboard. The problem was recently discussed in wine-devel. If you still can't provide more arguments as on wine-devel I don't see a reason why the patch can be