How to provide input to the screen reader in a Tk application?
- From: Aivar Annamaa <aivar annamaa gmail com>
- To: gnome-accessibility-list gnome org
- Subject: How to provide input to the screen reader in a Tk application?
- Date: Wed, 13 Mar 2019 19:16:46 +0200
Hi!
I have a Python+Tkinter application (https://thonny.org) for which I'd
like to add some screen-reader support. Unfortunately Tk doesn't provide
required information to at-spi
(https://core.tcl.tk/tk/tktview?name=0e294d9604 and
https://mail.python.org/pipermail/tkinter-discuss/2013-September/003480.html).
I found Tka11y (https://pypi.org/project/Tka11y/) based on Papi
(http://ocemp.sourceforge.net/papi.html), but they haven't been updated
for a while. When I tried a minimal example with my Python 2.7 I got
core dump.
Do you know any other options?
Can I somehow provide direct input to the screen reader without
involving a widget toolkit at all? For example, can I send a text to
narrate whenever the user moves from one line to another in the editor?
best regards,
Aivar
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]