plugin.json 440 B

123456789101112131415161718192021
  1. {
  2. "title": "Setting Editor",
  3. "description": "Setting editor settings.",
  4. "jupyter.lab.shortcuts": [
  5. {
  6. "command": "settingeditor:open",
  7. "args": {},
  8. "keys": ["Accel ,"],
  9. "selector": "body"
  10. },
  11. {
  12. "command": "settingeditor:save",
  13. "args": {},
  14. "keys": ["Accel S"],
  15. "selector": ".jp-SettingEditor"
  16. }
  17. ],
  18. "properties": {},
  19. "additionalProperties": false,
  20. "type": "object"
  21. }