Reputation: 11625
How can I send CTRL+X using Sendkeys.Send in C#?
Sendkeys.Send
Upvotes: 5
Views: 4746
Reputation: 300579
SendKeys.Send("^X")
Ref.
Upvotes: 4
Reputation: 1985
um.. can be this?
SendKeys.Send("^x");
Upvotes: 1
Reputation: 74909
This should do it.
.. but SendKeys.. yuck.. :-)