You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
440 B
JSON

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