tspivey / tdsr

A console screen reader for macOS and Linux
GNU General Public License v3.0
78 stars 18 forks source link

Control key fails to stop speech under Mac OS ventura #28

Closed arfy8820 closed 1 year ago

arfy8820 commented 1 year ago

Fairly simple. Pressing control does not interrupt speech, as you would expect. However, any other key does interrupt speech just fine. Fairly sure this worked under Monterey and earlier. Have checked that both pyte and pyobjc are both latest versions, from pip.

tspivey commented 1 year ago

Terminals don't send anything for Control on its own. Control used to stop speech in other applications when VO was running, not just VO. Now it doesn't, so you'll have to use Option-x.

arfy8820 commented 1 year ago

Ok, no problem! I did wonder if it might have been an OS change, and thanks for reminding me of option-x.