http://bugs.winehq.org/show_bug.cgi?id=10266
Summary: Numpad keyboard handling is strange, Del key produces two events Product: Wine Version: CVS/GIT Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: peter@cendio.se
The current handling of the numeric keypad is strange in two aspects:
1) The Decimal / Comma / Del key (key 104) behaves very strange: It produces *both* a Backspace and a comma character on my machine, when Shift is active.
2) In general, the interaction with Shift is odd. This is a quite complicated area. Windows, QT, GTK all uses different models, but Wine does not follow either of them. I'm suggesting that Wine should follow the QT model, which has also been implemented in rdesktop. For details, see http://www.cendio.com/~astrand/keyboards/numpad.txt. Patch will follow.