Example 5254

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Cmd+K"
action: "debug_run"
when: "debug"
}

{
key: "Cmd+Shift+L"
action: "toggle_sidebar"
when: "debug"
}

{
key: "Ctrl+`"
action: "command_palette"
when: "editor"
}

{
key: "Alt+F7"
action: "search_project"
when: "terminal"
}

{
key: "Alt+F7"
action: "toggle_comment"
when: "debug"
}
]
}

See also