Define `O` as the keyboard shortcut to toggle cell outputs (#7709)
* Define keyboard shortcut to toggle cell outputs * Add UI testdependabot/npm_and_yarn/ui-tests/mermaid-11.10.1
parent
a8a8111d59
commit
346e30dec4
@ -0,0 +1,16 @@
|
||||
{
|
||||
"jupyter.lab.setting-icon": "notebook-ui-components:jupyter",
|
||||
"jupyter.lab.setting-icon-label": "Jupyter Notebook shortcuts",
|
||||
"title": "Jupyter Notebook Shortcuts",
|
||||
"description": "Keyboard shortcuts for Jupyter Notebook",
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"args": {},
|
||||
"command": "notebook:toggle-cell-outputs",
|
||||
"keys": ["O"],
|
||||
"selector": ".jp-Notebook.jp-mod-commandMode"
|
||||
}
|
||||
],
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Loading…
Reference in new issue