How can I extract the KeyCode flag (a System.Windows.Forms.Keys value without modifiers) itself from a System.Windows.Forms.Keys value?
Let's say the Keys has the flags Keys.Control, Keys.Shift and Keys.A. I want to extract the Keys.A flag, but the Keys´s flags (including modifiers) are variable.