浏览代码

Add `Accel A` as a keyboard shortcut for select all cells.

Ian Rose 7 年之前
父节点
当前提交
2e69581067
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      packages/shortcuts-extension/schema/plugin.json

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

@@ -501,6 +501,15 @@
       },
       "type": "object"
     },
+    "notebook:select-all": {
+      "default": { },
+      "properties": {
+        "command": { "default": "notebook:select-all" },
+        "keys": { "default": ["Accel A"] },
+        "selector": { "default": ".jp-Notebook:focus" }
+      },
+      "type": "object"
+    },
     "notebook:split-cell-at-cursor": {
       "default": { },
       "properties": {