Skip to content

Commit 0de33d7

Browse files
committed
Change save short cut to accel shift s
1 parent 2648593 commit 0de33d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function activateCodeSnippet(
179179
app.commands.addKeyBinding({
180180
command: saveCommand,
181181
args: {},
182-
keys: ['Shift S'],
182+
keys: ['Accel Shift S'],
183183
selector: '.jp-Cell'
184184
});
185185

0 commit comments

Comments
 (0)