Keyboard Shortcuts
Probe is built around a small, memorable shortcut set. Most actions are reachable from the menu bar; the shortcuts here mirror what you see there. Where macOS uses Cmd, Windows uses Ctrl.
The primary modifier is ⌘ (Cmd). ⇧ is Shift, ⌥ is Option.
The primary modifier is Ctrl. Shift is the only other modifier used.
Application
Section titled “Application”| Action | Shortcut |
|--------|---------|
| Settings… | ⌘ , |
| Quit Probe | ⌘ Q |
| Close window | ⌘ W |
| Minimize | ⌘ M |
| Toggle full screen | ⌃ ⌘ F |
| Action | Shortcut |
|--------|---------|
| Settings | Ctrl , |
| Quit Probe | Alt F4 |
| Close window | Ctrl W |
| Toggle full screen | F11 |
| Action | Shortcut |
|--------|---------|
| Save (active tab) | ⌘ S |
| Import… | ⌘ O |
| Action | Shortcut |
|--------|---------|
| Save (active tab) | Ctrl S |
| Import… | Ctrl O |
Save is dispatcher-aware: in a Compose tab it saves the request, in a recording session tab it opens the Save Session dialog, in a saved or device tab it's a no-op.
View — tabs and panels
Section titled “View — tabs and panels”| Action | Shortcut |
|--------|---------|
| New tab | ⌘ T |
| Next tab | ⇧ ⌘ → |
| Previous tab | ⇧ ⌘ ← |
| Watched Domains… | ⇧ ⌘ D |
| Manage Environments… | ⇧ ⌘ E |
| Throttle Rules… | ⇧ ⌘ T |
| Toggle Probe Console | ⇧ ⌘ C |
| Super Search / Command Palette… | ⌘ F |
| Action | Shortcut |
|--------|---------|
| New tab | Ctrl T |
| Next tab | Ctrl Shift → |
| Previous tab | Ctrl Shift ← |
| Watched Domains… | Ctrl Shift D |
| Manage Environments… | Ctrl Shift E |
| Throttle Rules… | Ctrl Shift T |
| Toggle Probe Console | Ctrl Shift C |
| Super Search / Command Palette… | Ctrl F |
| Action | Shortcut |
|--------|---------|
| New Compose request… | ⇧ ⌘ N |
| Breakpoints… | ⇧ ⌘ B |
| Scripting… | ⇧ ⌘ S |
| Map Local… | ⇧ ⌘ M |
| Map Remote… | ⇧ ⌘ R |
| Upstream Proxy… | ⇧ ⌘ U |
| Action | Shortcut |
|--------|---------|
| New Compose request… | Ctrl Shift N |
| Breakpoints… | Ctrl Shift B |
| Scripting… | Ctrl Shift S |
| Map Local… | Ctrl Shift M |
| Map Remote… | Ctrl Shift R |
| Upstream Proxy… | Ctrl Shift U |
Log table — context actions
Section titled “Log table — context actions”These fire on the currently selected entry in the log table. The same shortcut that adds also removes (toggles).
| Action | Shortcut |
|--------|---------|
| Copy URL | ⌘ C |
| Copy as cURL | ⇧ ⌘ C |
| Open in Composer | ⌘ E |
| Toggle favorite | ⌘ F |
| Save to filtered list | ⌘ S |
| Toggle ignore | ⌘ I |
| Action | Shortcut |
|--------|---------|
| Copy URL | Ctrl C |
| Copy as cURL | Ctrl Shift C |
| Open in Composer | Ctrl E |
| Toggle favorite | Ctrl F |
| Save to filtered list | Ctrl S |
| Toggle ignore | Ctrl I |
Composer
Section titled “Composer”These fire while the Compose editor has focus.
| Action | Shortcut |
|--------|---------|
| Send request | ⌘ Enter |
| Save request | ⌘ S |
| Action | Shortcut |
|--------|---------|
| Send request | Ctrl Enter |
| Save request | Ctrl S |
While typing inside the URL or body, the {{ trigger opens the variable autocomplete. Inside the popup:
| Key | Action |
|-----|--------|
| ↑ / ↓ | Move selection. |
| Enter or Tab | Insert the highlighted variable. |
| Esc | Dismiss without inserting. |
Dialogs / child windows
Section titled “Dialogs / child windows”Most child windows (Watched Domains, Throttle, Scripting, Environments, Map Local, Map Remote) use the standard window shortcuts:
| Action | macOS | Windows |
|--------|-------|---------|
| Close window | ⌘ W | Ctrl W |
| Cancel inline edit | Esc | Esc |