Acessibility
#2472
Replies: 1 comment
-
|
There seems to be very little info on this, I found one post from the TCL maintainers suggesting that adding screen reader support to the toolkit would be very difficult. I have seen a couple of cases where developers have tied caret/mouse/keyboard events to their own TTS code for a TK app. I have just found python/cpython#145578 which looks like a promising step to adding the tk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I hesitate to raise this, but...
Tkinter (and therefore Customtkinter), doesn't directly support accessibility features. I am wondering if this has been considered? I understand that these things can be hand cranked, but it would be much more convenient (less coding effort) if they were part of the framework, allowing users to tab around widgets, visual focus indicators etc.
Beta Was this translation helpful? Give feedback.
All reactions