i know how to give the control + t command ( " SendKeys.Send("^t") ) and how to send the alt command ( "SendKeys.Send("%t") )
but how do i give a command that presses alt and ctrl and t in the same time?