我试图在按住C的同时按住CTRL键,但无法正常工作。我已经阅读了SendKeys类,但是仍然无法使用。
那就是我尝试过的:
SendKeys.SendWait("^C");
SendKeys.SendWait("{^C}");
SendKeys.SendWait("^{C}");
SendKeys.SendWait("^(C)");
SendKeys.SendWait("(^{C})");
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6676 次 |
| 最近记录: |