Emulate SHIFT+CTRL+O with SendKeys

  • Thread starter Thread starter Hasani
  • Start date Start date
Don't I need to place parentheses around the +O to make it emulate all 3
keys being pressed simultaneously?
 
Nope. Just "^+O" would do. The modifier keys can be combined without a
paranthesis.

-vJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

API Sendmessage Ctrl+arrowdown 1
SendKeys Confusion 1
SendKey and combo box 1
SendKeys with enter 1
SendKeys 3
alternative to sendkeys in c# 0
SendKeys "+{right}" problem 1
Keep Key Pressed 2

Back
Top