Skip to content

Keyboard Shortcuts

NectoProxy is designed to be efficient with keyboard-driven workflows. Keyboard shortcuts let you navigate the UI, control traffic capture, toggle panels, search, and access features without reaching for the mouse.

Viewing Shortcuts in the UI

NectoProxy includes a built-in keyboard shortcuts help panel that displays all available shortcuts:

  • Press ? (question mark) to open the keyboard shortcuts help panel
  • The panel shows all shortcuts organized by category
  • Press ? again or Escape to close the panel

TIP

The keyboard shortcuts help panel always shows the most current shortcuts, including any that may have been added or changed in updates. If you forget a shortcut, press ? for a quick reference.

Shortcut Reference

ShortcutAction
/ Navigate up/down in the traffic list
EnterOpen the detail panel for the selected entry
EscapeClose the current panel or dialog
HomeJump to the first entry in the traffic list
EndJump to the last entry in the traffic list
TabCycle through detail panel tabs (Headers, Body, Timing, etc.)
Shift+TabCycle through detail panel tabs in reverse

Traffic Control

ShortcutAction
Ctrl+R / Cmd+RToggle recording (start/stop capturing traffic)
Ctrl+X / Cmd+XClear all traffic in the active session
Ctrl+P / Cmd+PPause/resume the traffic list auto-scroll
SpaceToggle recording (alternative)

WARNING

Ctrl+X clears all traffic in the active session without confirmation. The data is permanently removed. Make sure you export important traffic before clearing.

Panel Toggles

ShortcutAction
Ctrl+1 / Cmd+1Toggle the Rules panel
Ctrl+2 / Cmd+2Toggle the Breakpoints panel
Ctrl+3 / Cmd+3Toggle the Sessions panel
Ctrl+, / Cmd+,Open Settings
Ctrl+D / Cmd+DToggle the Dashboard panel

Search & Command Palette

ShortcutAction
Ctrl+F / Cmd+FFocus the filter bar
Ctrl+Shift+F / Cmd+Shift+FOpen global search (across all sessions)
Ctrl+K / Cmd+KOpen the command palette
EscapeClose search or command palette

Selection & Actions

ShortcutAction
Ctrl+A / Cmd+ASelect all entries in the traffic list
Ctrl+Click / Cmd+ClickAdd entry to selection (multi-select)
Shift+ClickSelect a range of entries
Ctrl+C / Cmd+CCopy selected request URL to clipboard
Ctrl+Shift+C / Cmd+Shift+CCopy selected request as cURL
Ctrl+E / Cmd+EExport selected entries as HAR
DeleteDelete selected entries from the traffic list

Request Actions

ShortcutAction
Ctrl+Enter / Cmd+EnterReplay the selected request
Ctrl+G / Cmd+GOpen code generation for the selected request
Ctrl+Shift+D / Cmd+Shift+DCompare two selected entries (when exactly 2 are selected)

Breakpoint Actions

When a breakpoint has intercepted a request or response:

ShortcutAction
F5Resume the intercepted request/response
F8Resume the intercepted request/response (alternative)
Shift+F5Drop the intercepted request/response
Ctrl+Enter / Cmd+EnterResume with modifications

Sessions

ShortcutAction
Ctrl+N / Cmd+NCreate a new session
Ctrl+W / Cmd+WClose (delete) the current session
Ctrl+Shift+] / Cmd+Shift+]Switch to the next session
Ctrl+Shift+[ / Cmd+Shift+[Switch to the previous session

Help

ShortcutAction
?Toggle keyboard shortcuts help panel
F1Open documentation

Platform Differences

NectoProxy detects your operating system and displays the appropriate modifier keys:

Windows / LinuxmacOS
CtrlCmd
AltOption
ShiftShift
DeleteDelete or Fn+Backspace

TIP

All shortcuts in this documentation show both the Windows/Linux and macOS versions separated by /. The NectoProxy UI automatically displays the correct key for your platform.

Quick Reference Card

Here are the most frequently used shortcuts for everyday debugging:

ShortcutAction
Ctrl+K / Cmd+KCommand palette -- access any feature quickly
Ctrl+F / Cmd+FFocus filter bar
Ctrl+Shift+F / Cmd+Shift+FGlobal search across all sessions
Ctrl+R / Cmd+RToggle traffic recording
Ctrl+X / Cmd+XClear traffic
/ Navigate traffic list
EnterOpen request details
EscapeClose panel/dialog
Ctrl+Shift+C / Cmd+Shift+CCopy as cURL
Ctrl+Enter / Cmd+EnterReplay request
?Show all shortcuts
Customizing Shortcuts

Currently, NectoProxy uses a fixed set of keyboard shortcuts. Custom key bindings are planned for a future release. If a shortcut conflicts with your operating system or another application, you can use the command palette (Ctrl+K) as an alternative way to access any feature.


INFO

Keyboard shortcuts are active when focus is on the NectoProxy Web UI. If focus is on an input field (such as the filter bar or a rule editor), some shortcuts may be suppressed to avoid interference with text input. Press Escape to return focus to the main UI and restore shortcut functionality.