I am trying to use a sendkey event that holds the ALT key and then presses the TAB key. How do you perform that action, I\'ve tried many variations but I can\'t seem to find
Its quite simple:
SendKeys.SendWait("%({tab})");