I am writing a voice command using Advanced Scripting in Dragon NaturallySpeaking 12.5 professional (Windows 7 SP1 x64 Ultimate).
I know that I can send the key using SendKeys
, SendSystemKeys
or SendDragonKeys
, e.g.
Sub Main
SendKeys "{ENTER}"
End Sub
Is there any way to specify how long I want the key to be pressed (e.g. maintain ENTER for 1.5 second)?