Example 5952

Keyboard Shortcuts

Editor keyboard shortcut bindings.

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

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

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

See also