瀏覽代碼

Change keyboard shorcut for non mac compat

Saul Shanabrook 7 年之前
父節點
當前提交
6957c4ff54
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/shortcuts-extension/schema/plugin.json

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

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