Creates an AEEvent.FocusChange indicating that the accessible being
adapted has gained the focus. Corrects the AEPor for the
focus to account for the case where the hypertext object receiving the
focus has an embed character at the first position in its text such that
the embedded object should probably be the target of the first selector
event instead.
- Parameters:
event (pyatspi.event.Event) - Raw focus change event
kwargs (dictionary) - Parameters to be passed to any created AEEvent
- Returns: tuple of AEEvent
- AEEvent.FocusChange and AEEvent.SelectorChange
|