SendKeys.Send Keyboard shortcuts
I want to send a Keyboard shortcut using sendkeys.send. I know that it's possible to send keys like backspace 开发者_StackOverflow中文版and arrow keys, but I'm not sure about control and alt.
To specify keys combined with any combination of the SHIFT, CTRL, and ALT keys, precede the key code with one or more of the following codes:
SHIFT +
CTRL ^
ALT %
Ref: SendKeys.Send Method
精彩评论