Re: winex11drv: Treat CapsLock and NumLock keys as normal keys. They should toggle on button down.

2007-12-11 Thread Alexandre Julliard
Vitaliy Margolen [EMAIL PROTECTED] writes: Alexandre Julliard wrote: Vitaliy Margolen [EMAIL PROTECTED] writes: On winxp both keys toggle on button down not button up. So no need for any extra treatment. Fixes bug 10446. You still have to handle the case when the state has been toggled

Re: winex11drv: Treat CapsLock and NumLock keys as normal keys. They should toggle on button down.

2007-12-10 Thread Alexandre Julliard
Vitaliy Margolen [EMAIL PROTECTED] writes: On winxp both keys toggle on button down not button up. So no need for any extra treatment. Fixes bug 10446. You still have to handle the case when the state has been toggled outside of Wine, you can't just get rid of the whole thing. -- Alexandre

Re: winex11drv: Treat CapsLock and NumLock keys as normal keys. They should toggle on button down.

2007-12-10 Thread Vitaliy Margolen
Alexandre Julliard wrote: Vitaliy Margolen [EMAIL PROTECTED] writes: On winxp both keys toggle on button down not button up. So no need for any extra treatment. Fixes bug 10446. You still have to handle the case when the state has been toggled outside of Wine, you can't just get rid of