Example 16050

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "sublime"
shortcuts: [
{
key: "F5"
action: "search_project"
when: "global"
}

{
key: "Alt+F7"
action: "find_references"
when: "editor"
}

{
key: "Alt+F7"
action: "toggle_comment"
when: "global"
}
]
}

See also