Example 10454

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "sublime"
shortcuts: [
{
key: "Ctrl+/"
action: "select_all_occurrences"
when: "debug"
}

{
key: "Ctrl+D"
action: "toggle_terminal"
when: "editor"
}

{
key: "F5"
action: "search_project"
when: "terminal"
}

{
key: "Ctrl+`"
action: "toggle_sidebar"
when: "editor"
}

{
key: "Ctrl+S"
action: "command_palette"
when: "terminal"
}
]
}

See also