浏览代码

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

Added shortcut for run all cells
Brian E. Granger 7 年之前
父节点
当前提交
610a2806bb
共有 1 个文件被更改,包括 9 次插入0 次删除
  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": {