Closed nriley closed 2 years ago
Currently there are actions like user.control_click_text, user.command_click_text, etc.
user.control_click_text
user.command_click_text
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.
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.