LexiconCode
LexiconCode
Nearly every page on GitHub has a keyboard shortcut to perform actions faster. Typing ? in GitHub brings up a dialog box that lists the keyboard shortcuts available for that...
There was a ton of documentation changes to https://github.com/dictation-toolbox/Caster/pull/756 and it was becoming too large to manage. There are a few future pull request that can address the following items...
[BeamGrid](https://github.com/shervinemami/BeamGrid) is another type of MouseGrid that has a number of unique modes making it easier to utilize the grid system such as selecting text and so forth. Currently it's...
Imagine saying a command n vscode that doesn't work as expected. 1. User Says "submit grammar bug report" (different phrases for different types of reports) 2. A bug report is...
This would bring the file format in line with the rest of the castor project. In addition it would make it machine-readable which has further enhancements yet to come in...
I discovered something unexpected with how Caster Loads but does not Activate new default rules. **Current Behavior** Only when `rules.toml` is regenerated does does default rules defined in `const.py` become...
**Is your feature request related to a problem? Please describe.** A malicious website targeting Caster users through the browser could execute registered functions via xmlhttprequests on http://localhost:1338. **Describe the solution...
**Describe the bug** FormattingHook is supposed to report changes in Formatting events. The following occurs on startup with FormattingHook enabled. ``` Error while running hook with activation event. The rule...
**Is your feature request related to a problem? Please describe.** Credit goes to @davidlehub for initial creation of idea and implementation thus far. Dragonfly grammar exclusivity allows grammars to be...
Currently the CCR merge process checks compatibility when adding a grammar. This would go one step further and check all grammars merger and mapping when activated. **Describe the solution you'd...