Kaynağa Gözat

replaced specific shortcuts with default ones

Gildas 6 yıl önce
ebeveyn
işleme
3eaa57b91f
1 değiştirilmiş dosya ile 2 ekleme ve 8 silme
  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"
 		}