AIRGAP StudioAIRGAP Studio

Keyboard Shortcuts

AIRGAP Studio keyboard shortcut reference

Default Shortcuts

AIRGAP Studio is built on VS Code, so most VS Code keyboard shortcuts work as-is.

General

ShortcutAction
Ctrl+Shift+POpen Command Palette
Ctrl+PQuick Open file
Ctrl+,Open Settings
Ctrl+K Ctrl+SKeyboard Shortcuts settings
Ctrl+`` Toggle integrated terminal

Editing

ShortcutAction
Ctrl+XCut line (without selection)
Ctrl+CCopy line (without selection)
Alt+Up/DownMove line
Shift+Alt+Up/DownDuplicate line
Ctrl+Shift+KDelete line
Ctrl+DSelect next occurrence
Ctrl+Shift+LSelect all occurrences

Search & Navigation

ShortcutAction
Ctrl+FFind
Ctrl+HFind and Replace
Ctrl+Shift+FSearch across files
Ctrl+GGo to line number
F12Go to Definition
Alt+F12Peek Definition
Ctrl+TabSwitch between open editors

Layout & Windows

ShortcutAction
Ctrl+BToggle sidebar
Ctrl+JToggle bottom panel
Ctrl+\Split editor
Ctrl+1/2/3Focus editor group
Ctrl+Shift+EFocus Explorer

Debugging

ShortcutAction
F5Start debugging
F9Toggle breakpoint
F10Step over
F11Step into
Shift+F11Step out

AIRGAP-Specific Shortcuts

ShortcutAction
Ctrl+Shift+AOpen AIRGAP Assistant
Ctrl+Shift+DOpen AIRGAP Designer

You can find all AIRGAP commands by searching for AIRGAP in the Command Palette (Ctrl+Shift+P).

Customizing Shortcuts

Press Ctrl+K Ctrl+S to open the keyboard shortcuts settings. Type a command in the search bar and change it to your preferred key combination.

You can also directly edit the keybindings.json file for advanced configuration.

{
  "key": "ctrl+shift+alt+a",
  "command": "airgapAssistant.open"
}