How to prevent first letter capitalization in Voice In?

Hi There,

Try doing like below:
<case:lower>test<case:default>

Basically wrap your text with <case:lower> on the left and <case:default> on the right.
This sets the dictation case to lowercase at the start and reverts it to default after the text.

1 Like