소스 검색

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"