LexiconCode

Results 282 comments of LexiconCode

I would like to see it save profile data upon exit. In part if that's why worked with Danesprite to implement https://github.com/dictation-toolbox/dragonfly/pull/45. Using that we might be able to reboot...

This potential isn't too hard to implement. This would be relevant to all engines not just Kaldi. How Kaldi manages to make this work `set_exclusiveness()`. An exclusive grammar takes precedent...

> Only downside is I'm not sure if we could get the taskbar icon toggling from green to blue. Fortunately I believe this can be handled by `natlink.setMicState(state)` reading the...

Fortunately we don't have to change anything in Caster to make grammars exclusive. It's a simple bool. It works on any other rule. The rule must be already loaded into...

@lexxish With straight dragonfly this would be pretty easy with Caster it's a bit different because we don't know the grammar name being used as it's different every boot. I've...

> * A "maximize window" command that works correctly. What's wrong with the current behavior @kendonB? > An automatic program switcher. In Dragon. you say "switch to ". Besides creating...

> I could be wrong, but I think Caster's default maximize uses "alt+SPACE, x" to maximize rather then sending the foreground window a maximize message Back when implementing kaldi support...

> Last item that would be nice to have (but deserves it's own issue number) is integration with accessibility APIs like DNS has. So you can say things like "Click...

> Perhaps there should be an issue in KaldiAG for working on this? Agreed

@lexxish and @kendonB I will attempt to implement the sleeping grammar and modes for all engines. These modes will override DNS's built-in modes but will be kept in sync with...