C# SendKeys组合键问题,请出出主意

我想发送组合键 win + d

发送
SendKeys.SendWait("^{ESC}D");

SendKeys.SendWait("^({ESC}D)");

SendKeys.SendWait("(^{ESC})D");

SendKeys.SendWait("(^{ESC})(D)");
都不行,请问应该怎么做啊,愁的不行