Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4430 from logstar/patch-2
Correct keyboard shortcuts commands for headings
  • Loading branch information
jasongrout committed Apr 20, 2018
2 parents a2a46b9 + 35a4562 commit 8e0ed9f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/shortcuts-extension/schema/plugin.json
Expand Up @@ -256,55 +256,55 @@
},
"type": "object"
},
"notebook:change-to-cell-heading-1": {
"notebook:change-cell-to-heading-1": {
"default": { },
"properties": {
"command": { "default": "notebook:change-to-cell-heading-1" },
"command": { "default": "notebook:change-cell-to-heading-1" },
"keys": { "default": ["1"] },
"selector": { "default": ".jp-Notebook:focus" }
},
"type": "object"
},
"notebook:change-to-cell-heading-2": {
"notebook:change-cell-to-heading-2": {
"default": { },
"properties": {
"command": { "default": "notebook:change-to-cell-heading-2" },
"command": { "default": "notebook:change-cell-to-heading-2" },
"keys": { "default": ["2"] },
"selector": { "default": ".jp-Notebook:focus" }
},
"type": "object"
},
"notebook:change-to-cell-heading-3": {
"notebook:change-cell-to-heading-3": {
"default": { },
"properties": {
"command": { "default": "notebook:change-to-cell-heading-3" },
"command": { "default": "notebook:change-cell-to-heading-3" },
"keys": { "default": ["3"] },
"selector": { "default": ".jp-Notebook:focus" }
},
"type": "object"
},
"notebook:change-to-cell-heading-4": {
"notebook:change-cell-to-heading-4": {
"default": { },
"properties": {
"command": { "default": "notebook:change-to-cell-heading-4" },
"command": { "default": "notebook:change-cell-to-heading-4" },
"keys": { "default": ["4"] },
"selector": { "default": ".jp-Notebook:focus" }
},
"type": "object"
},
"notebook:change-to-cell-heading-5": {
"notebook:change-cell-to-heading-5": {
"default": { },
"properties": {
"command": { "default": "notebook:change-to-cell-heading-5" },
"command": { "default": "notebook:change-cell-to-heading-5" },
"keys": { "default": ["5"] },
"selector": { "default": ".jp-Notebook:focus" }
},
"type": "object"
},
"notebook:change-to-cell-heading-6": {
"notebook:change-cell-to-heading-6": {
"default": { },
"properties": {
"command": { "default": "notebook:change-to-cell-heading-6" },
"command": { "default": "notebook:change-cell-to-heading-6" },
"keys": { "default": ["6"] },
"selector": { "default": ".jp-Notebook:focus" }
},
Expand Down

0 comments on commit 8e0ed9f

Please sign in to comment.