* **Description**: Read focused text to calculate jumps. * **Acceptance Criteria**: * Must use `AXUIElementGetFocusedApplication` to find the active app * Must retrieve `kAXValueAttribute` and `kAXSelectedTextRangeAttribute` for 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
AXUIElementGetFocusedApplicationto find the active appkAXValueAttributeandkAXSelectedTextRangeAttributefor text content and cursor position->/<-/etc... keypresses