I want to create a component that allows us to have compound keyboard shortcuts associated with an arbitrary command, like the Visual Studio IDE and Microsoft Office do.
Use the form's OnKeyPressed event and check if the desired key combination was pressed in the eventArgs argument