简体   繁体   中英

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 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM