LexiconCode
LexiconCode
As it stands currently Caster has relied on phonetically distinct and obscure words in its grammars. Traditionally this has led to higher accuracy of command recognition. ~~However that is a...
Before we talk about managing global state it is best to understand that `grammar` versus `module` reload ability. Currently `grammar` reload ability is being implemented by synkarius. While this does...
**Is your feature request related to a problem? Please describe.** I wrote a [experimental hook](https://github.com/dictation-toolbox/Caster/compare/master...LexiconCode:exclusive_hook) for grammar exclusivity. For it to work correctly multiple events need to be placed. At...
The ability to describe [logical-operations](https://dragonfly2.readthedocs.io/en/latest/context.html#logical-operations) and [Matching other window attributes](https://dragonfly2.readthedocs.io/en/latest/context.html#matching-other-window-attributes) within the grammar. Currently it's statically set. **Additional context** This will increase the ability for Caster to increase the range...
Currently Caster tracks grammars in the `castorvoice\rules`. When grammar is copied over to the user directory `.caster\rules` it overrides imports so that it's loaded from the user directory `.caster\rules` instead...
When launching sapi5 via cli I get; ``` WARNING:engine:Exception while initializing sapi5 engine: module 'win32com.gen_py.C866CA3A-32F7-11D2-9602-00C04F8EE628x0x5x4' has no attribute 'CLSIDToClassMap' ERROR:command:Exception while initializing sapi5 engine: module 'win32com.gen_py.C866CA3A-32F7-11D2-9602-00C04F8EE628x0x5x4' has no attribute 'CLSIDToClassMap...
A number of the links are broken like `https://apt.dockerproject.org/repo/dists/debian-stretch/main/binary-amd64/Packages` causing the install script to fail. Digging a little deeper navigating the link produces the following: ``` Notice: Shutting down dockerproject.org...
Here is [how](https://stackoverflow.com/questions/61368790/how-can-i-get-the-caret-position-from-a-textbox-in-another-application-not-the) to grab caret position for the current element using UIautomation in C++ or C# So in order for this work were going to need access to `IUIAutomationTextPattern2`...
Have you considered some sort of bounty program/platform for people to donate money to incentivize contributions via something like [issuehunt](https://issuehunt.io/)? These types of platforms allow people to support issues on...
Unfortunately QT no longer builds 32-bit packages which affects natlink users as it uses 32-bit Python. Therefore an alternative is needed for QT that can run on 64-bit/32-bit Python. The...