The workflow, in plain English
Before: You’re in your company’s internal admin panel. No keyboard navigation. You click, scroll, click, scroll — 50 times to review 50 records.
After: Dassi reads the page, identifies the repeating pattern (list items, table rows, card grids), and injects keyboard navigation. Press J to move down, K to move up, Enter to open. It knows the red “Delete” button should NOT get a casual keybinding.
Why traditional tools can’t: Vimium adds generic nav but doesn’t understand app-specific actions. Dassi understands the interface semantically — it knows what a “row” is in your specific admin panel.
Step-by-step
- Open the web app view you use repeatedly (queue, list, table).
- Ask dassi to add keyboard navigation and specify the desired keys.
- Test on a few items; refine which actions are safe vs. restricted.
- Use the shortcuts to move through items while staying in flow.
Example prompts to try
- “Add J/K navigation for this list and Enter to open the selected row.”
- “Bind Shift+R to open review notes, but never trigger Delete.”
- “Add a shortcut to jump to the search box.”
Tips for better results
- Be specific about what you want injected into the page (buttons, filters, a panel, a summary, etc.).
- If the page has multiple sections, tell dassi exactly what to focus on (e.g., “the transactions table” or “the diff for file X”).
- Prefer safe workflows first: draft, summarize, label, and prepare — then take actions (submit, purchase) only after review.