Example 4158

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "sublime"
shortcuts: [
{
key: "Alt+F7"
action: "select_all_occurrences"
when: "global"
}

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

{
key: "Ctrl+Shift+P"
action: "search_project"
when: "debug"
}

{
key: "Ctrl+`"
action: "select_all_occurrences"
when: "global"
}
]
}

See also