1

I would like to send three keys at the same time using Advanced Scripting in a voice command, namely the combination Ctrl + ` + 2. How can I achieve that?

I know that for sending the combination Ctrl + 2 I can use SendKeys "^2" (read in this guide).

I use Dragon NaturallySpeaking 12.5 professional with Windows 7 SP1 x64 Ultimate.


In fact, that root of the issue is that I can't find a way to send Ctrl + ` in Advanced Scripting, like I would do using a step-by-step command:

enter image description here

Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
  • From that reference are you able to use the `Combination Keys` section and send ``^(`2)``? – Chris Haas Jun 06 '14 at 17:09
  • Thanks, unfortunately using SendKeys "^(12)" does Ctrl + 1, then Ctrl + 2, not Ctrl + 1 + 2 at the same time. – Franck Dernoncourt Jun 06 '14 at 17:27
  • And just the normal ``{Ctrl}+`+2`` or ``^+`+2`` doesn't work? – Chris Haas Jun 06 '14 at 18:21
  • It doesn't work either. Btw `{Ctrl}` is for SendDragonKeys, `^` for SendKeys ( [What is the difference between the commands SendKeys, SendSystemKeys or SendDragonKeys?](http://stackoverflow.com/q/24110929/395857)). – Franck Dernoncourt Jul 18 '14 at 22:02
  • Since this question received no answer, I posted it on Quora: https://www.quora.com/unanswered/How-can-I-send-a-combination-of-three-keys-with-advanced-scripting – Franck Dernoncourt Apr 13 '16 at 02:44

0 Answers0