Example 6859

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vscode"
shortcuts: [
{
key: "Alt+F7"
action: "search_project"
when: "editor"
}

{
key: "Ctrl+D"
action: "find_references"
when: "global"
}

{
key: "Cmd+Shift+L"
action: "select_all_occurrences"
when: "debug"
}

{
key: "F5"
action: "command_palette"
when: "editor"
}

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

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

{
key: "Ctrl+B"
action: "save"
when: "editor"
}
]
}

See also