Skip to content

a11y: Implement QAccessibleEditableTextInterface

This allows editing the document text by using the corresponding interfaces on the accessibility layer, like the AT-SPI EditableText interface on Linux, e.g. to modify the document using Accerciser (via the text view in the "Text" section in its interface view).

Demo screencast:

2023-09-30_screencast_edit_kate_text_via_accerciser

Merge request reports