wolfmanstout / talon-gaze-ocr

Talon scripts to enable advanced cursor control using eye tracking and OCR.
53 stars 26 forks source link

Implement action that allows clicking with arbitrary modifiers (and mouse buttons?) #2

Closed nriley closed 2 years ago

nriley commented 2 years ago

Currently there are actions like user.control_click_text, user.command_click_text, etc.

It would be more flexible if there were a single action that took the name of one or more modifiers, e.g.

user.modifier_click_text("cmd", "text")

I have already had a need to Shift-click text in my first half an hour or so using talon-gaze-ocr.