[Bug 2491] New: KeyPress, KeyUp and KeyDown behavior

Wine Bugs wine-bugs at winehq.org
Tue Sep 21 08:35:26 CDT 2004


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 at winehq.org
        ReportedBy: cesar at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list