I'm using SendKeys.SendWait("+(l)"); for sending Ctrl+L, but it does not work. I tried '+l', '+(L)', +{L} but none of them are working. What may be the cause?
SendKeys.SendWait("+(l)");
it's
SendKeys.SendWait("^(l)")