in dictate mode, xvoice should (optionally) automatically capitalize the next letter following dots, exclamation and question marks. it does this after NEW-PARAGRAPH and NEW-LINE right now, but there exists no NEW-SENTENCE equivalent.
Logged In: YES user_id=76242
You can use the setCase token to do this. EG:
<casing> = Title Case -> <setCase name='TitleCase'
duration='continuous'/> |LOWERCASE -> <setCase name='Normal' duration='continuous'/> |UPPERCASE -> <setCase name='Uppercase' duration='continuous'/> |Capitalize -> <setCase name='TitleCase'/> .
Log in to post a comment.
Logged In: YES
user_id=76242
You can use the setCase token to do this. EG:
duration='continuous'/>
|LOWERCASE -> <setCase name='Normal'
duration='continuous'/>
|UPPERCASE -> <setCase name='Uppercase'
duration='continuous'/>
|Capitalize -> <setCase name='TitleCase'/> .