Example 16548
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "sublime"
shortcuts: [
{
key: "Alt+F7"
action: "search_project"
when: "debug"
}
{
key: "Ctrl+S"
action: "format"
when: "terminal"
}
{
key: "Ctrl+Shift+F"
action: "search_project"
when: "debug"
}
{
key: "Cmd+K"
action: "select_all_occurrences"
when: "debug"
}
{
key: "Cmd+K"
action: "search_project"
when: "global"
}
{
key: "Ctrl+S"
action: "save"
when: "terminal"
}
]
}