When I record this sequence it fails. I know I can send Control + A using Keyboard.SendKeys(control, "A",ModifierKeys.Control) but how do I send a sequence that holds control and releases the letter before pressing the next letter.
Note: the sequence I am looking for is similar to the default Visual Studio shortcut for commenting out a line Control + K + C
Is this maybe something that I just need to use the WinApi for?