AIRGAP StudioAIRGAP Studio

Keyboard Shortcuts

AIRGAP Studio keyboard shortcut reference

Keyboard Shortcuts

AIRGAP Studio is built on VSCodium, so all standard VS Code shortcuts work as-is. Additional shortcuts are provided depending on the active assistant (Cline fork / Continue fork).

Standard VS Code Shortcuts (VSCodium-compatible)

ShortcutAction
Ctrl+Shift+PCommand Palette
Ctrl+PQuick Open (file search)
Ctrl+BSidebar Toggle
Ctrl+,Settings
Ctrl+K Ctrl+OOpen Folder
F1Command Palette (alternate)
Ctrl+/Toggle Comment
F12Go to Definition

When AIRGAP Lite Assistant Is Active (Continue fork, default)

ShortcutAction
Ctrl+LQuick Edit (modify selected code via natural language)
Ctrl+IInline Edit
Ctrl+Alt+SpaceAutocomplete trigger
Ctrl+;Sidebar focus
Ctrl+Shift+LSend code block to chat

See the Lite Assistant docs for the complete list of 18 shortcuts.

When AIRGAP Assistant (Cline fork) Is Active

ShortcutAction
Ctrl+'Focus chat input (focusChatInput)

Cline slash commands (type / in the chat input):

  • /newtask, /smol, /newrule, /deep-planning, /explain-changes, /compact, /reportbug, /subagent

Details: AIRGAP Assistant docs

AIRGAP-Specific Commands (Command Palette only)

No default key bindings — user-configurable. Press Ctrl+K Ctrl+S to open the Keyboard Shortcuts screen and bind the following commands:

  • airgap.selectLlamaModel — Select AI model
  • airgap.switchAssistant — Switch assistant
  • airgapMonitor.refreshStatus — Refresh Monitor state
  • airgap.openLibrary — UI Library

Customization

Change shortcuts via the standard VS Code procedure:

  1. Ctrl+K Ctrl+S → Keyboard Shortcuts screen
  2. Search for the command → click the edit icon on the right → enter a new key
  3. The change is automatically saved to keybindings.json

Shortcuts shown in older documentation (Ctrl+Shift+A, Ctrl+Shift+D, etc.) were never actually registered. The table above lists the shortcuts that actually work.