Keyboard Shortcuts
VirtuProbe Studio is built to be driven entirely from the keyboard. The bindings follow the IntelliJ model, so if you live in a JetBrains IDE the muscle memory carries over. On macOS, replace Ctrl with ⌘ and Shift with ⇧.
Navigation
Section titled “Navigation”Function keys jump to the main “places” and focus the editor zones.
| Shortcut | Action |
|---|---|
| F1 | Open Dashboard |
| F2 | Open Project Dashboard |
| F3 | Focus the Project Explorer |
| F4 | Focus the active editor / tabs |
| F5 | Toggle the AI assistant panel |
| F7 | Open Library |
| F8 | Open Proxy |
| Alt+1 | Focus the Project Explorer |
| Alt+F1 | Reveal the current item in the Project Explorer |
Bundles, Chains, and Scripts open as editor tabs. Move between them without the mouse.
| Shortcut | Action |
|---|---|
| Ctrl+Tab | Tab switcher |
| Alt+Right | Next tab |
| Alt+Left | Previous tab |
| Ctrl+F4 | Close the active tab (prompts if unsaved) |
Find & go to
Section titled “Find & go to”| Shortcut | Action |
|---|---|
| Ctrl+Shift+A | Find Action — search and run any command |
| Ctrl+Shift+N | Go to item — jump to any probe, chain, or script by name |
| Ctrl+E | Recently opened items |
| Ctrl+Shift+F | Global search |
Actions
Section titled “Actions”Action shortcuts are context-sensitive — they operate on whichever editor is currently active.
| Shortcut | Action | Available in |
|---|---|---|
| Alt+Insert | New (bundle / probe / chain / script, context-sensitive) | Everywhere |
| Ctrl+S | Save current item | Bundles, Chains, Scripts |
| Ctrl+Enter | Send request / Run / Start proxy | Bundles, Chains, Scripts, Proxy |
| Ctrl+Shift+Delete | Delete current item | Bundles, Chains, Scripts |
| Ctrl+L | Clear the AI conversation | AI assistant (when open) |
| F12 | Toggle DevTools | Everywhere (desktop only) |
Action shortcuts respect the current state: if the target action is disabled (for example, no probe is selected when pressing Ctrl+S), the shortcut is silently ignored.