Example 14352

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vscode"
shortcuts: [
{
key: "Cmd+K"
action: "find_references"
when: "global"
}

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

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

{
key: "Alt+Up"
action: "save"
when: "debug"
}

{
key: "Ctrl+`"
action: "select_all_occurrences"
when: "editor"
}

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

{
key: "Ctrl+B"
action: "format"
when: "global"
}
]
}

See also