Skip to content

Commit a6c2791

Browse files
committed
keep rename command shortcut
1 parent 1d2b45e commit a6c2791

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schema/drives-file-browser.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@
106106
"default": []
107107
}
108108
},
109+
"jupyter.lab.shortcuts": [
110+
{
111+
"command": "drives:rename",
112+
"keys": ["F2"],
113+
"selector": ".jp-DirListing-content .jp-DirListing-itemText"
114+
}
115+
],
109116
"additionalProperties": false,
110117
"definitions": {
111118
"toolbarItem": {

0 commit comments

Comments
 (0)