text_navigation
Context:
user.community.plugin.text_navigation.text_navigation.talon
| Spoken | Backend |
|---|---|
| big word neck [<number_small>] | user.navigation_by_name("SELECT", "RIGHT", "DEFAULT", "big", number_small or 1) |
| big word pre [<number_small>] | user.navigation_by_name("SELECT", "LEFT", "DEFAULT", "big", number_small or 1) |
| navigate [{user.arrow_key}] [{user.navigation_action}] [{user.navigation_target_name}] [{user.before_or_after}] [<user.ordinals>] <user.navigation_target> | user.navigation(navigation_action or "GO", arrow_key or "RIGHT", navigation_target_name or "DEFAULT", before_or_after or "DEFAULT", navigation_target, ordinals or 1) |
| small word neck [<number_small>] | user.navigation_by_name("SELECT", "RIGHT", "DEFAULT", "small", number_small or 1) |
| small word pre [<number_small>] | user.navigation_by_name("SELECT", "LEFT", "DEFAULT", "small", number_small or 1) |
| word neck [<number_small>] | user.navigation_by_name("SELECT", "RIGHT", "DEFAULT", "word", number_small or 1) |
| word pre [<number_small>] | user.navigation_by_name("SELECT", "LEFT", "DEFAULT", "word", number_small or 1) |