Hi,

My .net (C#) GUI has both Alt+n and Alt+a defined as shortcuts(E.g. two buttons named "&Add" and "&Notes").

The problem is that after the user clicks Alt+n and the corresponding code executes, then it seems that "ALT" is still in "pressed" mode. If the user will now click only the "a" character (not the "Alt+a" combination) still the code for the...