Hi,
There is a problem in the Shorcut Class with the CtrlDown Property set to True.
If you set this property to True, the shorcut is fired even if the Ctrl key and the CommandKey aren't press together.
Example :
With this shorcut :
Quote:New Shortcut(nFindCommand, KeyCode.F, True, False, False)
The shortcut must be fired when the user press Ctrl+F but, the shorcut is fired too when the user press Ctrl, release this key and then press F.