-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Description: Read focused text to calculate jumps.
- Acceptance Criteria:
- Must use
AXUIElementGetFocusedApplicationto find the active app - Must retrieve
kAXValueAttributeandkAXSelectedTextRangeAttributefor text content and cursor position - Must implement an algorithm to find the distance to next space/puntuation/ecc... from current index
- Must inject many
->/<-/etc... keypresses
- Must use
Reactions are currently unavailable