Example 6947

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vscode"
shortcuts: [
{
key: "Cmd+K"
action: "toggle_comment"
when: "debug"
}

{
key: "Alt+Up"
action: "command_palette"
when: "global"
}

{
key: "Ctrl+/"
action: "toggle_terminal"
when: "editor"
}

{
key: "Ctrl+S"
action: "save"
when: "terminal"
}

{
key: "Cmd+Shift+L"
action: "toggle_terminal"
when: "global"
}

{
key: "Alt+F7"
action: "save"
when: "debug"
}
]
}

See also