dictation-toolbox / natlinkcore

Other
4 stars 4 forks source link

Fix dpi16activaterule #62

Closed quintijn closed 7 months ago

quintijn commented 7 months ago

I think this is the fix for the activate/deactivate problem that arose in DPI16.

Basic trick: deactivate all rules and activate the one that are needed again. When you set the debugLoad option in natlinkutils.py to 1, you will get the debug information. (line 50).

Demo grammar file in samplemacros directory, see image (_sample_activatedeactivate.py) some explanation at the top of the file...

I think, I can release this.

fix activate deactivate2024-01-27