Files
toolbox-dev-env/vscodium/keybindings.json

13 lines
359 B
JSON

// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+shift+o",
"command": "workbench.action.files.openFolder",
"when": "openFolderWorkspaceSupport"
},
{
"key": "ctrl+k ctrl+o",
"command": "-workbench.action.files.openFolder",
"when": "openFolderWorkspaceSupport"
}
]