talon_helpers
Context:
user.rango.src.talon_helpers.talon
| Spoken | Backend |
|---|---|
| click rango mark <user.text> | "user.rango_run_action_on_reference(\"clickElement\", \"{text}\")" |
| click rango text <user.text> | "user.rango_run_action_on_text_matched_element(\"clickElement\", \"{text}\")" |
| focus rango mark <user.text> | "user.rango_run_action_on_reference(\"focusElement\", \"{text}\")" |
| focus rango text <user.text> | "user.rango_run_action_on_text_matched_element(\"focusElement\", \"{text}\")" |
| hover rango mark <user.text> | "user.rango_run_action_on_reference(\"hoverElement\", \"{text}\")" |
| hover rango text <user.text> | "user.rango_run_action_on_text_matched_element(\"hoverElement\", \"{text}\")" |