Browse Source

Change keyboard shorcut for non mac compat

Saul Shanabrook 7 years ago
parent
commit
6957c4ff54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/shortcuts-extension/schema/plugin.json

+ 1 - 1
packages/shortcuts-extension/schema/plugin.json

@@ -161,7 +161,7 @@
       "default": { },
       "default": { },
       "properties": {
       "properties": {
         "command": { "default": "filemenu:persist-and-save" },
         "command": { "default": "filemenu:persist-and-save" },
-        "keys": { "default": ["Accel Ctrl S"] },
+        "keys": { "default": ["Ctrl Shift S"] },
         "selector": { "default": "body" }
         "selector": { "default": "body" }
       },
       },
       "type": "object"
       "type": "object"