Example 5256
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vscode"
shortcuts: [
{
key: "Ctrl+B"
action: "toggle_comment"
when: "global"
}
{
key: "Ctrl+`"
action: "save"
when: "debug"
}
{
key: "Ctrl+D"
action: "find_references"
when: "terminal"
}
]
}