You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/browser.json

29 lines
757 B

{
"jupyter.lab.setting-icon": "ui-components:folder",
"jupyter.lab.setting-icon-label": "File Browser",
"title": "File Browser",
"description": "File Browser settings.",
"jupyter.lab.shortcuts": [
{
"command": "filebrowser:create-main-launcher",
"keys": ["Accel Shift L"],
"selector": "body"
},
{
"command": "filebrowser:toggle-main",
"keys": ["Accel Shift F"],
"selector": "body"
}
],
"properties": {
"navigateToCurrentDirectory": {
"type": "boolean",
"title": "Navigate to current directory",
"description": "Whether to automatically navigate to a document's current directory",
"default": false
}
},
"additionalProperties": false,
"type": "object"
}