The ability to reach text inside textboxes/documents #131
hasantahir
started this conversation in
General
Replies: 1 comment 5 replies
-
Hasan my friend!
you're not missing anything. Wooshy uses the macOS Accessibility information to find UI Elements, but this doesn't hold data about where a text is located on a screen. the Accessibility just tell you that in some UI Element, there's some text. i can match this, but i can only get the coordinates of the whole UI Element, not individual texts or words. so this is not possible with Wooshy. my own Workflow is a combination of Wooshy, and kindaVim. i reach text, and then i use Vim moves to do what i want. see below: Screen.Recording.2023-08-19.at.02.31.34.mov |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reaching UI elements is fantastic. However, in instances where I am typing something (eg. Word, VS code, this comment in Chrome etc.) I have to steer the mouse (or navigate through the keyboard) back to the desired cursor location. Is it possible through Wooshy to navigate inside the text? Or am I missing something too basic?
For example, I would like Wooshy to take the cursor to the word
where
in the textbox. Presently, Wooshy highlights the whole textbox.Thanks, G as always!
Beta Was this translation helpful? Give feedback.
All reactions