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/settingeditor-extension/plugin.json

20 lines
404 B

{
"title": "Setting Editor",
"description": "Setting editor settings.",
"jupyter.lab.shortcuts": [
{
"command": "settingeditor:open",
"keys": ["Accel ,"],
"selector": "body"
},
{
"command": "settingeditor:save",
"keys": ["Accel S"],
"selector": ".jp-SettingEditor"
}
],
"properties": {},
"additionalProperties": false,
"type": "object"
}