Explorar o código

Merge pull request #4430 from logstar/patch-2

Correct keyboard shortcuts commands for headings
Jason Grout %!s(int64=7) %!d(string=hai) anos
pai
achega
8e0ed9fbfd
Modificáronse 1 ficheiros con 12 adicións e 12 borrados
  1. 12 12
      packages/shortcuts-extension/schema/plugin.json

+ 12 - 12
packages/shortcuts-extension/schema/plugin.json

@@ -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" }
       },