Skip to content

Commit 92da7a6

Browse files
committed
Change keyboard shortcut from accel shift s to accel shift a
1 parent ee6cb91 commit 92da7a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

schema/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"jupyter.lab.shortcuts": [
33
{
44
"command": "codeSnippet:save-as-snippet",
5-
"keys": ["Accel Shift S"],
5+
"keys": ["Accel Shift A"],
66
"selector": ".jp-Cell"
7+
},
8+
{
9+
"command": "codeSnippet:save-as-snippet",
10+
"keys": ["Accel Shift A"],
11+
"selector": ".jp-FileEditor"
712
}
813
],
914
"type": "object"

0 commit comments

Comments
 (0)