Example 9147

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Ctrl+S"
action: "search_project"
when: "debug"
}

{
key: "Ctrl+S"
action: "command_palette"
when: "terminal"
}

{
key: "Cmd+K"
action: "debug_run"
when: "debug"
}

{
key: "Ctrl+Shift+F"
action: "toggle_comment"
when: "global"
}
]
}

See also