Example 10443

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "sublime"
shortcuts: [
{
key: "Cmd+Shift+L"
action: "format"
when: "terminal"
}

{
key: "Cmd+Shift+L"
action: "toggle_terminal"
when: "editor"
}

{
key: "Ctrl+D"
action: "toggle_terminal"
when: "global"
}
]
}

See also