I am trying send shortcut with Actions.sendKeys, but it isn\'t work.
(New Actions(driver)).SendKeys(Keys.ALT, Keys.SHIFT, \"z\");
Try it:
SendKeys.SendWait("%+z")