http://bugs.winehq.org/show_bug.cgi?id=2491
Summary: KeyPress, KeyUp and KeyDown behavior Product: Wine Version: 20040914 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: cesar@liws.com.br
Im using wine to run delphi app in windows, and see some strange behaviors:
Im a Form I handle the key events: OnKeyPress Some app stuffs, to validate the key values
OnKeyUp Catch the keys VK_UP and VK_DOWN to navegate...
The problem in wine is in numeric keyboard, when NUMLOCK is ACTIVE and I press the 8 or 2 keys, wine send the keys to KeyPress event and after the VK_UP/VK_DOWN to OnKeyUP, and I guess OnKeyDown too.
[]s