Browse Source

Merge pull request #4558 from datadesk/run-all-shortcuts

Added shortcut for run all cells
Brian E. Granger 7 năm trước cách đây
mục cha
commit
610a2806bb
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      packages/shortcuts-extension/schema/plugin.json

+ 9 - 0
packages/shortcuts-extension/schema/plugin.json

@@ -600,6 +600,15 @@
       },
       "type": "object"
     },
+    "runmenu:run-all": {
+      "default": { },
+      "properties": {
+        "command": { "default": "runmenu:run-all" },
+        "keys": { "default": ["Accel Shift Enter"] },
+        "selector": { "default": "[data-jp-code-runner]" }
+      },
+      "type": "object"
+    },
     "settingeditor:debug": {
       "default": { },
       "properties": {