master
/ .localenv / lib / python3.5 / site-packages / jupyterlab / schemas / @jupyterlab / application-extension / main.json

main.json @master

08862c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{
  "title": "Application ",
  "description": "Main JupyterLab application settings.",
  "jupyter.lab.setting-icon-label": "Application",
  "jupyter.lab.shortcuts": [
    {
      "command": "application:activate-next-tab",
      "keys": ["Ctrl Shift ]"],
      "selector": "body"
    },
    {
      "command": "application:activate-previous-tab",
      "keys": ["Ctrl Shift ["],
      "selector": "body"
    },
    {
      "command": "application:toggle-mode",
      "keys": ["Accel Shift D"],
      "selector": "body"
    },
    {
      "command": "application:toggle-left-area",
      "keys": ["Accel B"],
      "selector": "body"
    },
    {
      "command": "application:toggle-right-area",
      "keys": [""],
      "selector": "body"
    },
    {
      "command": "application:toggle-presentation-mode",
      "keys": [""],
      "selector": "body"
    }
  ],
  "properties": {},
  "additionalProperties": false,
  "type": "object"
}