Example 14954

Keyboard Shortcuts

Editor keyboard shortcut bindings.

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

{
key: "Ctrl+Shift+P"
action: "debug_run"
when: "terminal"
}

{
key: "Ctrl+S"
action: "command_palette"
when: "editor"
}

{
key: "Ctrl+Shift+P"
action: "search_project"
when: "global"
}
]
}

See also