Files
MLPproject/.venv/lib/python3.12/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/utilityCommands.json
2025-10-23 15:44:32 +02:00

36 lines
694 B
JSON

{
"title": "Shortcuts Help",
"description": "Shortcut help settings.",
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-help",
"items": [
{
"type": "separator",
"rank": 0.1
},
{
"command": "apputils:display-shortcuts",
"rank": 0.1
},
{
"type": "separator",
"rank": 0.1
}
]
}
]
},
"jupyter.lab.shortcuts": [
{
"command": "apputils:display-shortcuts",
"keys": ["Accel Shift H"],
"selector": "body"
}
],
"properties": {},
"type": "object",
"additionalProperties": false
}