From the discussion in beta in Slack:
if I try to define a command left bracket: "(" it doesn't work,
This is because to Dragon 'left bracket' is the phrase for '('
In a capture this appears as (\left-parenthesis\left bracket.
It doesn't seem to be possible to do this in a talon command, e.g. \(: or \left-parenthesis:
Work around for now is:
- You can delete "left bracket" from your dragon vocab
- You can make a list from python that is ‘(‘: ‘(‘
From the discussion in
betain Slack:if I try to define a command
left bracket: "("it doesn't work,This is because to Dragon 'left bracket' is the phrase for '('
In a capture this appears as
(\left-parenthesis\left bracket.It doesn't seem to be possible to do this in a talon command, e.g.
\(:or\left-parenthesis:Work around for now is: