Stop Clicking, Start Flying: The TrackLab Command Palette

Managing a solar farm shouldn’t feel like navigating a labyrinth. TrackLab’s command palette puts every feature one keystroke away. Press Cmd+K, type what you need, hit Enter. No menu diving, no hunting through sidebars. Sixty-plus shortcuts that turn daily monitoring into muscle memory.
The problem with clicking
Solar monitoring dashboards are complex. You check trackers, review analytics, update firmware, configure parameters — that’s a lot of pages. Every click is a context switch. Every context switch costs focus. When you’re managing hundreds of trackers across multiple farms, those seconds compound.
Here’s the physics of it: Fitts’s Law tells us that the time to reach a target is a function of distance divided by target size. Smaller, farther targets take longer to click. Keyboard commands sidestep this entirely — there’s no target to acquire. Zero pointing time.
Search beats hierarchy
Your brain doesn’t think in menu trees. It thinks “I need to check collector parameters” or “show me the firmware page.” Traditional navigation forces you to translate that thought into a sequence of clicks through someone else’s organizational scheme.
The command palette matches how you actually think. Type a few characters of what you want, and it finds it. Superhuman calls this principle “search over hierarchy” — and it’s why every modern productivity tool from VS Code to Linear to Slack has adopted command palettes.
The basics
Four things to remember:
- Cmd+K (or Ctrl+K on Windows/Linux) opens the palette
- Type to filter — results narrow instantly
- Enter to go, Esc to bail
- The ⌘K button in the header is always visible for mouse users too
That’s it. No configuration, no setup, no onboarding wizard. It’s just there, ready when you are. Full reference at the command palette documentation.
Navigation sequences — the G shortcuts
This is where it gets fun. Press G, then a letter, and you’re there. No palette needed, no search query — just two keystrokes and you’ve teleported:
- G H → Dashboard (home base)
- G C → Collectors (your fleet)
- G A → Analytics (the numbers)
- G W → Weather (what’s happening outside)
- G P → Parameters (tweak the settings)
- G N → Notifications (what needs attention)
And sixteen more. The full list lives at the command palette reference page.
Context-aware intelligence
The palette isn’t just a static list. When you’re viewing a specific collector, it automatically surfaces relevant sub-tabs: Info, Parameters, Firmware. You don’t have to remember the structure — the palette knows where you are and adapts.
This means the command palette scales with the product. As TrackLab adds new features, the palette picks them up automatically. No relearning required.
Why we built this
At TrackLab, we believe complex systems should feel simple to operate. Solar tracking is inherently complex — embedded controllers, communication networks, weather algorithms, multi-tenant monitoring. The software on top shouldn’t add more complexity.
Every keyboard shortcut is an investment in operator efficiency. The command palette is how we make a dashboard with 60+ features feel like it has exactly the three you need right now. If you want to see how it all fits together, the architecture is designed around the same principle: power without friction.
Get started
Press ? anywhere in the app to see a printable shortcuts cheat sheet. Or press Cmd+K right now and start typing. You’ll never want to go back to clicking.
See the full shortcut reference at the command palette documentation.