talonhub / community

Voice command set for Talon, community-supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixed mode makes auto_insert capitalize things that shouldn't be

rntz opened this issue · comments

In dictation mode we override auto_insert to do auto-capitalization. Unfortunately this interacts badly with mixed mode, because it also affects commands that call auto_insert. This results in things being capitalized when they shouldn't be and possibly also context-sensitive dictation getting applied where it shouldn't, although I haven't actually observed the latter.

We should fix this by explicitly calling dictation_insert instead of overriding auto_insert.