Author Topic: How do I spell <word>  (Read 1791 times)

Malic

  • Full Member
  • ***
  • Posts: 102
How do I spell <word>
« on: February 01, 2019, 01:26:55 PM »
I am lazy/efficient and I currently have a series of two commands <Open Comms; Open Channel; On Screen> and <Send; Close Comms; Over> that turn on and turn off and paste using the dictation feature of VA.

I currently use it from time to time to spell words that I cannot

Is there a easier way for me to trigger the dictation feature so I can create a command and say something to the effect of  <How do I spell <word>> where I can say it in one breath without a pause, and the dictation feature will turn on for that single word following the <How do I spell> phrase and put it into the windows clipboard (or even paste it automatically where I have my typing cursor)

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: How do I spell <word>
« Reply #1 on: February 01, 2019, 03:56:52 PM »
You can use wildcards for this.

E.G.
How do I spell*
Code: [Select]
Set Windows clipboard to '{CMD_AFTER}'
Press Left Ctrl+V keys and hold for 0,06 seconds and release


More information on wildcards in command names can be found on VoiceAttackHelp.pdf pages 16 and 17.

Malic

  • Full Member
  • ***
  • Posts: 102
Re: How do I spell <word>
« Reply #2 on: February 01, 2019, 10:04:21 PM »
Awesome, thank you!