print.json 265 B

1234567891011121314
  1. {
  2. "title": "Print",
  3. "description": "Print settings.",
  4. "jupyter.lab.shortcuts": [
  5. {
  6. "command": "apputils:print",
  7. "keys": ["Accel P"],
  8. "selector": "body"
  9. }
  10. ],
  11. "additionalProperties": false,
  12. "properties": {},
  13. "type": "object"
  14. }