In vb.net i can handle keyboard events by handling mybase.keydown
This works if the user presses one button on the keyboard.

How can i handle many buttons at a time like CTRL-ALT-X??

Thanks