소스 검색

replaced specific shortcuts with default ones

Gildas 6 년 전
부모
커밋
3eaa57b91f
1개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 8
      manifest.json

+ 2 - 8
manifest.json

@@ -111,18 +111,12 @@
 	"commands": {
 		"_execute_browser_action": {
 			"suggested_key": {
-				"windows": "Ctrl+Shift+Y",
-				"mac": "Command+Shift+Y",
-				"linux": "Ctrl+Shift+Y",
-				"chromeos": "Ctrl+Shift+Y"
+				"default": "Ctrl+Shift+Y"
 			}
 		},
 		"save-all-tabs": {
 			"suggested_key": {
-				"windows": "Ctrl+Shift+U",
-				"mac": "Command+Shift+U",
-				"linux": "Ctrl+Shift+U",
-				"chromeos": "Ctrl+Shift+U"
+				"default": "Ctrl+Shift+U"
 			},
 			"description": "Save all tabs"
 		}