![]() |
Does IDLE have interface elements available for assistive technologies (AT-SPI2)? - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: GUI (https://python-forum.io/forum-10.html) +--- Thread: Does IDLE have interface elements available for assistive technologies (AT-SPI2)? (/thread-25580.html) |
Does IDLE have interface elements available for assistive technologies (AT-SPI2)? - miguelteixeira - Apr-03-2020 I have code that uses pyatspi to get events from programs interfaces, however, it doesn't capture anything from IDLE. Is IDLE not accessible through assistive technologies? |