瀏覽代碼

Changed the Shortcut to select to Top and to Bottom

bw-space 5 年之前
父節點
當前提交
5e33ad4e9b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/notebook-extension/schema/tracker.json

+ 2 - 2
packages/notebook-extension/schema/tracker.json

@@ -89,7 +89,7 @@
     },
     {
       "command": "notebook:extend-marked-cells-top",
-      "keys": ["Shift PageUp"],
+      "keys": ["Shift Home"],
       "selector": ".jp-Notebook:focus"
     },
     {
@@ -99,7 +99,7 @@
     },
     {
       "command": "notebook:extend-marked-cells-bottom",
-      "keys": ["Shift PageDown"],
+      "keys": ["Shift End"],
       "selector": ".jp-Notebook:focus"
     },
     {