Example 16641

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Ctrl+B"
action: "format"
when: "debug"
}

{
key: "Ctrl+Shift+P"
action: "format"
when: "debug"
}

{
key: "Ctrl+Shift+F"
action: "toggle_sidebar"
when: "debug"
}

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

See also