Example 11958
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "sublime"
shortcuts: [
{
key: "Cmd+K"
action: "command_palette"
when: "debug"
}
{
key: "Ctrl+Shift+P"
action: "toggle_comment"
when: "terminal"
}
{
key: "Ctrl+Shift+F"
action: "toggle_comment"
when: "editor"
}
{
key: "Cmd+K"
action: "find_references"
when: "terminal"
}
]
}