Browse Source

Changed the Shortcut to select to Top and to Bottom

bw-space 5 years ago
parent
commit
5e33ad4e9b
1 changed files with 2 additions and 2 deletions
  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"
     },
     {