OnKeydown for “-” does not get fired in Delphi 7 application
问题 We are using Delphi 7 enterprise edition, application is build on windows XP, testing on both Windows XP and Windows 7. In an application we maintain, something strange is happening. For some reason hitting the "-" key (qwerty layout, between "0" and "=" keys on top) does not register at all. We checked in the OnKeyDown of the edit we found it with, the OnKeyDown of the form (with and without key preview) and even the ProcessMessage routine, but the event for this key never reaches the