NSoiffer / MathCATForPython

A Python Interface and NVDA plugin to MathCAT
MIT License
6 stars 6 forks source link

Add SpeechSound to settings #33

Closed NSoiffer closed 2 years ago

NSoiffer commented 2 years ago

I added support for a SpeechSound preference -- current values can be None and Beep.

I have no plans to add other options, but maybe in the future I will add them. Hence, I didn't make this a Boolean value. If I make it Boolean-valued and add something in the future, that potentially causes compatibility issues.

In the dialog, it can be a drop down, but at this stage, it might make more sense just to make it a checkbox. Underneath the hood, it would generate either None and Beep.

NSoiffer commented 2 years ago

Closed via https://github.com/NSoiffer/MathCATForPython/pull/34