keyboard shortcuts
pngr is built to drive from the keyboard. Shortcuts work on every authenticated page and are suppressed while you're typing in an input, textarea, or editable field — so typing a letter into a form never fires a navigation.
command palette
Cmd K (macOS) or Ctrl K elsewhere opens a global, fuzzy-searchable palette across nav destinations, your monitors, incidents, rules, channels, and ad-hoc actions. / opens it too (GitHub muscle memory). Inside: ↑ / ↓ move, Enter selects, Esc closes.
g-chord navigation
Press g, then a second key within ~1.5 seconds, to jump to a workspace page. A subtle pulsing dot in the corner shows chord mode is armed; any non-matching key, Esc, or the timeout cancels it.
| chord | goes to |
|---|---|
| g d | dashboard |
| g m | monitors |
| g i | incidents |
| g c | channels |
| g r | rules |
| g t | team |
| g s | settings |
These chords also show as chips next to each sidebar entry — they're real documentation, not decoration.
single-key actions
| key | action |
|---|---|
| ? | show the keyboard-shortcuts help overlay |
| / | open the command palette |
| n | new — context-aware: new monitor on /monitors, new channel on /channels, new rule on /rules |
| r | refresh this page's data (on top of the automatic refetch) |
n only does something on a page with a meaningful create action
(/monitors, /channels, /rules) — elsewhere it's a no-op. The help
overlay (?) always lists the current bindings, so you never
have to remember this table.