In my application i detect when a key is pressed and see if the modifier is the shift key but the Keys enumerator has Shift and ShiftKey.
It seems the event is always sending Keys.Shift, but is there a case where the Keys.ShiftKey will be used?
(and the same question applies to Keys.Control and Keys.ControlKey)
Thanks for any input.