Example 6460

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Alt+F7"
action: "format"
when: "editor"
}

{
key: "F5"
action: "toggle_comment"
when: "editor"
}

{
key: "Ctrl+Shift+P"
action: "toggle_terminal"
when: "terminal"
}
]
}

See also