Questions tagged [naturallyspeaking]

Nuance Communications' Dragon speech recognition software that includes an API. Formerly known as Dragon NaturallySpeaking (or Dragon Dictate for Mac), with separate "Pro" versions for including scripting capabilities and specialized vocabularies, the product now is known as Dragon Professional Individual (DPI - which includes scripting) or Dragon Professional Group (which adds networking and roaming profiles).

Dragon speech dictation software is popular in the medical and legal industries, and among those with RSI and other movement disabilities, and for technophile adopters who enjoy it for continuous speech to text transcription and command and control of system GUIs to replace using a keyboard and mouse.

Note, the "tag" name "naturallyspeaking" is an anachronism as the product is no longer called that, but rather, Dragon Professional Individual (DPI - which includes scripting) and Dragon Professional Group (DPG - which adds networking and roaming profiles, and the related DLG - adds legal vocab, etc.)

68 questions
0
votes
1 answer

What's the difference between SendKeys "{SPACE}" and Sendkeys " "?

What's the difference between those two Advanced Scripting commands? Sub Main   SendKeys "{SPACE}" End Sub and Sub Main   SendKeys " " End Sub
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
0
votes
0 answers

How can I write a voice command that restarts Dragon NaturallySpeaking without using an external program?

By writing a voice command I do not mean writing my own program but using Dragon NaturallySpeaking's advanced scripting. I know I could write a small program that takes care of killing + restarting Dragon (e.g. using AHK), which I could call through…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
0
votes
1 answer

How can I we represent a new line character in the Clipboard in an Advanced Scripting command?

I am writing an Advanced Scripting voice command in Dragon NaturallySpeaking Professional 11.5 to write some MATLAB usual figure commands by voice, namely: title('') xlabel('') ylabel('') As I would like to write these three lines in one voice…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
0
votes
1 answer

How can I move the cursor quickly to a specific location in a text I have just copy pasted in an Advanced Scripting command?

I am writing an Advanced Scripting voice command in Dragon NaturallySpeaking Professional 11.5 to write SQL commands by voice. Regarding the ORDER BY variable_name ASC command, I would like to move cursor right before ASC: Sub Main Clipboard("…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
-1
votes
1 answer

Error: 1327 invalid drive, but need the networked versions of favourites

So I run Manjaro for personal use but also have to use a windows VM (in virtual box version: 5.2.18 r123745, Qt5.11.1). My work/school has provided me with 5TB of OneDrive storage. I have set up a sync service on my Linux desktop and set the home…
Tasty213
  • 395
  • 2
  • 10
-1
votes
1 answer

copy target files from list of computers more elegantly

I collect logs from the top 50 computers to analyze user information of an application called Dragon, used to dictatate text. The script I use to collect these logs I think could be much better. Anyone care to share suggestion for improvment? …
-1
votes
1 answer

Can you give an example of a good command to start with if you are new to Dragon Advanced Scripting?

I'm especially interested in this use case as it applies to automating Epic.
Pablo
  • 13
  • 2
-2
votes
1 answer

Need to find registry entry where the Dragon Profile Path is stored

Have a task to update Dragon Profile Path. Dragon v11 Kind of an overview here of the application. http://nuance.custhelp.com/app/answers/detail/a_id/6887/kw/dragon%20profile%20path I found the ini file that stores the dragon profile path however…
1 2 3 4
5