![]() |
KnowBrainer Speech Recognition | ![]() |
Topic Title: Best way to teach Dragon the NATO alphabet for single letter presses? Topic Summary: Created On: 03/13/2021 01:40 PM Status: Post and Reply |
|
![]() |
![]() |
- wristofdoom | - 03/13/2021 01:40 PM |
![]() |
![]() |
- Alan Cantor | - 03/13/2021 02:02 PM |
![]() |
![]() |
- wristofdoom | - 03/13/2021 04:33 PM |
![]() |
![]() |
- Scribe | - 03/13/2021 07:37 PM |
![]() |
![]() |
- dilligence | - 03/13/2021 08:32 PM |
![]() |
![]() |
- Edgar | - 03/14/2021 12:25 PM |
![]() |
![]() |
- R. Wilke | - 03/14/2021 02:49 PM |
![]() |
![]() |
- ax | - 03/14/2021 03:55 PM |
![]() |
![]() |
- R. Wilke | - 03/14/2021 04:18 PM |
![]() |
![]() |
- Stephan Kuepper | - 03/15/2021 09:07 AM |
![]() |
![]() |
- R. Wilke | - 03/15/2021 11:28 AM |
![]() |
|||
This one is probably already included in KB, but for those who don't have it I attached the following DVC command:
Strangely enough "Sierra" is consistently recognized as "Shara" on my system. Therefore you may want to use that instead. I've been using "Shangri-La" for years :-).
------------------------- Turbocharge your Dragon productivity with 40+ Power Addons |
|||
|
|||
![]() |
|||
and as long as we are offering solutions… I call this command "El <dictation>": Sub Main Dim words() As String' dimension a string array Dim k As Integer Dim result As String
result = "" words = Split(ListVar1," ") For k = 0 To UBound(words) result = result & Left(words(k), 1) Next SendKeys result End Sub now you don't have to worry about any special alphabet (although, if you use the trigger "El" you might need to add it as a custom word - try "L <dictation>").
Acronym <dictation> Sub Main Dim words() As String' dimension a string array Dim k As Integer Dim result As String result = "" words = Split(ListVar1," ") For k = 0 To UBound(words) result = result & UCase(Left(words(k), 1)) Next SendKeys result End Sub
------------------------- -Edgar |
|||
|
|||
FuseTalk Standard Edition v4.0 - © 1999-2023 FuseTalk™ Inc. All rights reserved.