Example 5946
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "sublime"
shortcuts: [
{
key: "Ctrl+Shift+F"
action: "find_references"
when: "global"
}
{
key: "Alt+F7"
action: "toggle_comment"
when: "terminal"
}
{
key: "Ctrl+Shift+P"
action: "search_project"
when: "editor"
}
{
key: "Alt+F7"
action: "toggle_comment"
when: "debug"
}
]
}