소스 검색

changed the default shortcut to make it work on Firefox

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

+ 3 - 3
manifest.json

@@ -95,9 +95,9 @@
 	"commands": {
 		"_execute_browser_action": {
 			"suggested_key": {
-				"windows": "Ctrl+Shift+X",
-				"mac": "Command+Shift+X",
-				"linux": "Ctrl+Shift+X"
+				"windows": "Ctrl+Shift+Y",
+				"mac": "Command+Shift+Y",
+				"linux": "Ctrl+Shift+Y"
 			}
 		}
 	},