master
/ .localenv / share / jupyter / lab / schemas / @jupyterlab / help-extension / plugin.json

plugin.json @master raw · history · blame

{
  "title": "Help",
  "description": "Help settings.",
  "jupyter.lab.shortcuts": [
    {
      "command": "help:toggle",
      "keys": ["Ctrl Shift H"],
      "selector": "body"
    }
  ],
  "properties": {},
  "additionalProperties": false,
  "type": "object"
}