In my form I have set the KeyPreview property to true. How can I get the combination of keys (e.g. ctrl + shift + s) the user pressed? I thought it must be within the KeyDown event but the way I tried I only got to know one of the keys being pressed.