Example 3150

Keyboard Shortcuts

Editor keyboard shortcut bindings.

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

{
key: "Ctrl+B"
action: "toggle_comment"
when: "global"
}

{
key: "Ctrl+D"
action: "debug_run"
when: "global"
}

{
key: "F5"
action: "command_palette"
when: "global"
}

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

{
key: "Ctrl+D"
action: "toggle_sidebar"
when: "debug"
}
]
}

See also