From 0de33d773f9579ab07b0bdf657cb45f5def4e3bd Mon Sep 17 00:00:00 2001 From: Kiran Date: Mon, 31 Aug 2020 15:10:17 -0700 Subject: [PATCH] Change save short cut to accel shift s --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d13a565..67a226d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -179,7 +179,7 @@ function activateCodeSnippet( app.commands.addKeyBinding({ command: saveCommand, args: {}, - keys: ['Shift S'], + keys: ['Accel Shift S'], selector: '.jp-Cell' });