Skip to main content

Keyboard Shortcuts

Master the NestLens dashboard with powerful keyboard shortcuts for efficient navigation and debugging.

Global Shortcuts

Available from anywhere in the dashboard.

ShortcutAction
Ctrl+K (or Cmd+K on Mac)Focus search box
Ctrl+D (or Cmd+D on Mac)Toggle dashboard sidebar
Ctrl+Shift+CClear all filters
?Show keyboard shortcuts help modal
EscClose modal/dialog

Move through the dashboard quickly.

ShortcutAction
Up ArrowSelect previous entry in list
Down ArrowSelect next entry in list
EnterOpen selected entry details
EscClose entry detail view
Ctrl+← (or Cmd+←)Navigate to previous page
Ctrl+→ (or Cmd+→)Navigate to next page

Entry Type Shortcuts

Jump directly to entry types.

ShortcutEntry Type
G then RGo to Requests
G then QGo to Queries
G then EGo to Exceptions
G then LGo to Logs
G then JGo to Jobs
G then CGo to Cache
G then HGo to HTTP Client

Usage: Press G to enter "Go" mode, then press the second key.

Filter Shortcuts

Quick filtering actions.

ShortcutAction
/Focus filter dropdown
FToggle filters panel
Ctrl+Shift+FOpen advanced filters
Ctrl+Shift+CClear all active filters

List View Shortcuts

When viewing entry lists.

ShortcutAction
JNext entry (same as Down Arrow)
KPrevious entry (same as Up Arrow)
SpacePage down
Shift+SpacePage up
HomeGo to first entry
EndGo to last entry

Detail View Shortcuts

When viewing entry details.

ShortcutAction
EscClose detail view
NNext entry (open next in sequence)
PPrevious entry (open previous in sequence)
TToggle tags panel
RToggle resolved status (exceptions only)
Ctrl+C (or Cmd+C)Copy entry JSON to clipboard
Ctrl+KCopy entry ID to clipboard

Selection Shortcuts

Multi-select operations (when supported).

ShortcutAction
Ctrl+Click (or Cmd+Click)Toggle entry selection
Shift+ClickSelect range
Ctrl+A (or Cmd+A)Select all visible entries
Ctrl+D (or Cmd+D)Deselect all
DeleteDelete selected entries (if permitted)

Search Shortcuts

Enhanced search functionality.

ShortcutAction
Ctrl+K (or Cmd+K)Focus search box
EnterExecute search
EscClear search and close
/Navigate search suggestions

Refresh Shortcuts

Control data refreshing.

ShortcutAction
RRefresh current view
Ctrl+R (or Cmd+R)Force hard refresh
Ctrl+Shift+RToggle auto-refresh

Debugging Shortcuts

Developer and debugging aids.

ShortcutAction
Ctrl+Shift+DToggle debug mode
Ctrl+Shift+IInspect entry (developer tools)
Ctrl+EExport current view as JSON
Ctrl+LShow network logs

Customization

Viewing All Shortcuts

Press ? anywhere in the dashboard to view the keyboard shortcuts help modal with all available shortcuts for the current context.

Platform Differences

  • Windows/Linux: Use Ctrl key
  • macOS: Use Cmd key instead of Ctrl

Most shortcuts automatically adapt to your platform.

Browser Conflicts

Some shortcuts may conflict with browser shortcuts. In such cases:

  1. The browser shortcut takes precedence
  2. Use alternative shortcuts provided
  3. Use mouse/click actions as fallback

Disabling Shortcuts

To temporarily disable shortcuts (e.g., when typing in a form):

  • Shortcuts are automatically disabled in text inputs
  • Focus any input field to bypass shortcuts
  • Press Esc to exit input and re-enable shortcuts

Tips for Efficiency

Vim-Style Navigation

If you're familiar with Vim, use J/K for navigation:

  • J - Move down (next entry)
  • K - Move up (previous entry)
  • G then G - Go to first entry
  • Shift+G - Go to last entry

Quick Entry Access

Workflow for fast debugging:

  1. Ctrl+K - Open search
  2. Type error or keyword
  3. - Select result
  4. Enter - Open details
  5. Esc - Close
  6. Repeat

Filter Workflow

Efficient filtering:

  1. / - Open filter dropdown
  2. Type filter name
  3. Tab - Move to value input
  4. Enter value
  5. Enter - Apply filter
  6. Ctrl+Shift+C - Clear when done

Cross-Entry Navigation

View related entries:

  1. Open request details
  2. Click "Related Entries" link
  3. Use / to browse queries, logs, exceptions from same request
  4. Enter to open
  5. Esc to return

Accessibility

All shortcuts have mouse equivalents for accessibility:

  • Screen reader compatible
  • Keyboard-only navigation fully supported
  • ARIA labels on all interactive elements
  • Focus indicators visible

Next Steps