Example 14249
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vscode"
shortcuts: [
{
key: "Cmd+K"
action: "save"
when: "terminal"
}
{
key: "Ctrl+S"
action: "toggle_terminal"
when: "editor"
}
{
key: "Ctrl+`"
action: "format"
when: "debug"
}
]
}