Example 10743

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Cmd+Shift+L"
action: "select_all_occurrences"
when: "debug"
}

{
key: "Cmd+Shift+L"
action: "save"
when: "global"
}

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

See also