Example 7559
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "sublime"
shortcuts: [
{
key: "Cmd+K"
action: "find_references"
when: "global"
}
{
key: "F5"
action: "toggle_comment"
when: "editor"
}
{
key: "Ctrl+Shift+F"
action: "toggle_sidebar"
when: "debug"
}
{
key: "Ctrl+`"
action: "toggle_comment"
when: "debug"
}
]
}