Переглянути джерело

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"
 			}
 		}
 	},