From f90054a4055daf66517e75f8ad40d8615efca30a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 10 May 2019 16:02:24 +0200 Subject: [PATCH] Advertise object:text-reading-position event type So that accerciser shows it. --- pyatspi/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyatspi/constants.py b/pyatspi/constants.py index 6ad3bc12..e40285b7 100644 --- a/pyatspi/constants.py +++ b/pyatspi/constants.py @@ -111,6 +111,8 @@ EVENT_TREE = { 'object:children-changed:remove'], 'object:state-changed' : ['object:state-changed:'], + 'object:text-reading-position' : + ['object:text-reading-position:'], 'mouse' : ['mouse:abs', 'mouse:rel', -- GitLab