Testnizer

Keyboard shortcuts

Default keyboard shortcuts for sending requests, managing tabs, navigating the sidebar, and opening tools.

All default shortcuts are listed below. Where a shortcut differs by operating system, the macOS key is shown first followed by the Windows / Linux equivalent.


Requests

ActionmacOSWindows / Linux
Send requestCmd+EnterCtrl+Enter
Save requestCmd+SCtrl+S
Duplicate current tabCmd+DCtrl+D
Close current tabCmd+WCtrl+W
Cancel in-flight requestCmd+.Ctrl+.

ActionmacOSWindows / Linux
New tabCmd+TCtrl+T
Switch to next tabCmd+]Ctrl+]
Switch to previous tabCmd+[Ctrl+[
Switch to tab by number (1–9)Cmd+1Cmd+9Ctrl+1Ctrl+9
Focus URL barCmd+LCtrl+L
Focus left sidebarCmd+Shift+ECtrl+Shift+E
Toggle left sidebarCmd+BCtrl+B

Tools

ActionmacOSWindows / Linux
Open JWT DebuggerCmd+Shift+JCtrl+Shift+J
Open JSON FormatterCmd+Shift+FCtrl+Shift+F
Open Diff viewerCmd+Shift+DCtrl+Shift+D
Open ConsoleCmd+Shift+CCtrl+Shift+C
Open Environment managerCmd+Shift+NCtrl+Shift+N

ActionmacOSWindows / Linux
New HTTP requestCmd+Alt+NCtrl+Alt+N
New SOAP requestCmd+Alt+SCtrl+Alt+S
New WebSocket connectionCmd+Alt+WCtrl+Alt+W
New GraphQL requestCmd+Alt+GCtrl+Alt+G
New gRPC requestCmd+Alt+RCtrl+Alt+R
New SSE listenerCmd+Alt+ECtrl+Alt+E

General

ActionmacOSWindows / Linux
Command paletteCmd+KCtrl+K
Open SettingsCmd+,Ctrl+,
Reload window (dev only)Cmd+Shift+RCtrl+Shift+R
Open DevTools (dev only)Cmd+Option+ICtrl+Shift+I
Help / documentationF1F1
Quit TestnizerCmd+QAlt+F4

Notes

  • All shortcuts listed above are the defaults shipped with Testnizer. You can reassign any shortcut from Settings → Keyboard shortcuts.
  • Shortcuts that conflict with a system-wide shortcut on your OS may not work until the system shortcut is disabled or the Testnizer binding is changed.
  • The command palette (Cmd+K / Ctrl+K) accepts fuzzy search over all actions, so you can trigger any feature without remembering its exact shortcut.
  • Tab-number shortcuts (Cmd+1 through Cmd+9) follow the visual order of open tabs from left to right. Cmd+9 always activates the last tab regardless of how many tabs are open.