Example 9949
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vscode"
shortcuts: [
{
key: "Ctrl+/"
action: "save"
when: "editor"
}
{
key: "Ctrl+S"
action: "toggle_sidebar"
when: "debug"
}
{
key: "Ctrl+/"
action: "command_palette"
when: "terminal"
}
{
key: "Ctrl+/"
action: "find_references"
when: "debug"
}
]
}