Welcome to the World's Most Popular Speech Recognition Forum
This feature is built into KnowBrainer 2016. You'll find a 30 day trial in our signature tag but you should be able to copy the following code into a Dragon advanced scripting command. Dragon uses a dated scripting language called SAX scripting which was discontinued in 2004. KnowBrainer uses WinWrap Basic which supposedly is 200 times faster but both utilities can use the same VB code so you should be able to copy the following script. Good luck.

Sub Main
If ListVar1 = "LEFT Mouse Hold Down" Then mouse_event (2, 0,0,0,0)
If ListVar1 = "LEFT Mouse Release" Then mouse_event (4, 0,0,0,0)
If ListVar1 = "RIGHT Mouse Hold Down" Then mouse_event (8, 0,0,0,0)
If ListVar1 = "RIGHT Mouse Release" Then mouse_event (16, 0,0,0,0)
End Sub
Following list is also needed (sorry about forgetting this earlier)
LEFT Mouse Hold Down
LEFT Mouse Release
RIGHT Mouse Hold Down
RIGHT Mouse Release
-------------------------
Forum Mission Statement
Trial Downloads
Dragon/Sales@KnowBrainer.com
(615) 884-4558 ext 1