I want to send a tilde in Dragon NaturallySpeaking's advanced scripting. I tried SendKeys "~"
, but ~
is replaced by a ENTER keystroke, as expected.
Example:
Sub Main
SendKeys "source ~/.bash_profile"
End Sub
How can I send a tilde in advanced scripting?