Example 13859

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vscode"
shortcuts: [
{
key: "Ctrl+D"
action: "toggle_terminal"
when: "debug"
}

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

{
key: "Ctrl+D"
action: "search_project"
when: "terminal"
}

{
key: "Ctrl+B"
action: "debug_run"
when: "terminal"
}

{
key: "Ctrl+/"
action: "save"
when: "global"
}
]
}

See also