Example 16155
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vscode"
shortcuts: [
{
key: "Ctrl+/"
action: "save"
when: "terminal"
}
{
key: "Cmd+Shift+L"
action: "search_project"
when: "editor"
}
{
key: "Alt+F7"
action: "debug_run"
when: "global"
}
{
key: "Ctrl+B"
action: "toggle_comment"
when: "debug"
}
]
}