Example 12546

Keyboard Shortcuts

Editor keyboard shortcut bindings.

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

{
key: "Ctrl+S"
action: "find_references"
when: "terminal"
}

{
key: "F5"
action: "select_all_occurrences"
when: "debug"
}
]
}

See also