-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathplugin.json
44 lines (44 loc) · 1.2 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"jupyter.lab.shortcuts": [
{
"command": "documentsearch:startWithReplace",
"keys": ["F"],
"selector": ".jp-mod-searchable :focus:not(:read-write)"
},
{
"command": "apputils:display-shortcuts",
"keys": ["H"],
"selector": "body :focus:not(:read-write)"
},
{
"command": "apputils:activate-command-palette",
"keys": ["P"],
"selector": "body :focus:not(:read-write)"
},
{
"command": "classic:toggle-output-scrolling",
"keys": ["Shift O"],
"selector": "body :focus:not(:read-write)"
},
{
"command": "classic:toggle-collapse-output",
"keys": ["O"],
"selector": "body :focus:not(:read-write)"
},
{
"command": "notebook:toggle-all-cell-line-numbers",
"keys": ["L"],
"selector": "body :focus:not(:read-write)"
},
{
"command": "filebrowser:paste",
"keys": ["Shift V"],
"selector": ".jp-DirListing-content .jp-DirListing-itemText"
}
],
"title": "Jupyter Notebook Classic Shortcuts Extension Entries",
"description": "Jupyter Notebook Classic Shortcuts Extension Entries",
"type": "object",
"properties": {},
"additionalProperties": false
}