Example 13641

Keyboard Shortcuts

Editor keyboard shortcut bindings.

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

{
key: "Alt+Up"
action: "toggle_comment"
when: "debug"
}

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

{
key: "Ctrl+B"
action: "debug_run"
when: "global"
}

{
key: "Ctrl+`"
action: "toggle_comment"
when: "global"
}

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

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

See also