Navigation And Selection¶
Voice control becomes usable only when navigation is predictable. Arqon Maestro relies on selectors, positional language, and visible text to move quickly through code and UI surfaces.
Video placeholder: cursor movement and selector-based navigation.
Line And Structure Navigation¶
Examples:
line 2go to line 10start of fileend of functionsecond method
Text-Based Navigation¶
You can also navigate to visible text.
Examples:
go to depositclick reverse a string in python
This matters when line numbers are less useful than nearby symbols or words.
Default Selector Navigation¶
Because navigation is frequent, a selector alone is often interpreted as a movement command.
Examples:
second methodline 2
Selection Strategy¶
If a target is ambiguous:
- add position:
second method - add text:
go to deposit - add structure:
delete second parameter
Browser Selection¶
For dense interfaces, Maestro can label interactable elements with overlays.
Commands:
linksinputs
Then choose the target by number:
onetwothree
Navigation Flow¶
flowchart LR
T[Find target] --> M[Move to target]
M --> E[Edit, click, or insert]