I've found a wierd bug in keyboard handling. The problem is that wine
doesn't seem to correctly translate key board messages. The program
receives WM_KEYDOWN VK_NUMPAD2 and WM_KEYUP VK_DOWN(really bad).
I've traced the bug to dlls/x11drv/keyboard.c. Apparently
EVENT_event_to_vkey correctly convert
On Fri, 2005-01-14 at 20:31 +0100, Alexandre Julliard wrote:
> Crestez Leonard <[EMAIL PROTECTED]> writes:
>
> > This allows you do "export WINEPREFIX=~/.wine-zzz; ./wine regedit",
> > and automatically generate ~/.wine-zzz. You used to have to call
> >
(can anyone think of a reason to disable that feature?). Can't the
KEY_DIRTY bit be used instead of this level stuff? Also update_level
seems to be dead code, not called from anywhere.
Please tell me what you think about the patch.
--
Crestez Leonard <[EMAIL PROTEC