Skip to content

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 .

Function keys jump to the main “places” and focus the editor zones.

ShortcutAction
F1Open Dashboard
F2Open Project Dashboard
F3Focus the Project Explorer
F4Focus the active editor / tabs
F5Toggle the AI assistant panel
F7Open Library
F8Open Proxy
Alt+1Focus the Project Explorer
Alt+F1Reveal the current item in the Project Explorer

Bundles, Chains, and Scripts open as editor tabs. Move between them without the mouse.

ShortcutAction
Ctrl+TabTab switcher
Alt+RightNext tab
Alt+LeftPrevious tab
Ctrl+F4Close the active tab (prompts if unsaved)
ShortcutAction
Ctrl+Shift+AFind Action — search and run any command
Ctrl+Shift+NGo to item — jump to any probe, chain, or script by name
Ctrl+ERecently opened items
Ctrl+Shift+FGlobal search

Action shortcuts are context-sensitive — they operate on whichever editor is currently active.

ShortcutActionAvailable in
Alt+InsertNew (bundle / probe / chain / script, context-sensitive)Everywhere
Ctrl+SSave current itemBundles, Chains, Scripts
Ctrl+EnterSend request / Run / Start proxyBundles, Chains, Scripts, Proxy
Ctrl+Shift+DeleteDelete current itemBundles, Chains, Scripts
Ctrl+LClear the AI conversationAI assistant (when open)
F12Toggle DevToolsEverywhere (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.