Example 13643
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vscode"
shortcuts: [
{
key: "Ctrl+Shift+F"
action: "toggle_sidebar"
when: "editor"
}
{
key: "Ctrl+/"
action: "search_project"
when: "editor"
}
{
key: "Cmd+Shift+L"
action: "toggle_terminal"
when: "terminal"
}
{
key: "Ctrl+/"
action: "toggle_terminal"
when: "editor"
}
]
}