Example 8358
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vscode"
shortcuts: [
{
key: "Alt+F7"
action: "debug_run"
when: "terminal"
}
{
key: "Ctrl+D"
action: "toggle_comment"
when: "global"
}
{
key: "Alt+Up"
action: "toggle_terminal"
when: "terminal"
}
{
key: "Ctrl+S"
action: "select_all_occurrences"
when: "editor"
}
{
key: "F5"
action: "search_project"
when: "terminal"
}
]
}