master
/ .localenv / lib / python3.5 / site-packages / jupyterlab / schemas / @jupyterlab / apputils-extension / palette.json

palette.json @master

08862c9
 
 
 
 
 
 
 
 
 
 
 
 
 
{
  "title": "Command Palette",
  "description": "Command palette settings.",
  "jupyter.lab.shortcuts": [
    {
      "command": "apputils:activate-command-palette",
      "keys": ["Accel Shift C"],
      "selector": "body"
    }
  ],
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}