Example 15051

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "sublime"
shortcuts: [
{
key: "Ctrl+`"
action: "format"
when: "editor"
}

{
key: "Cmd+Shift+L"
action: "debug_run"
when: "terminal"
}

{
key: "F5"
action: "format"
when: "terminal"
}

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

{
key: "Ctrl+B"
action: "command_palette"
when: "debug"
}

{
key: "Cmd+K"
action: "find_references"
when: "debug"
}
]
}

See also