ソースを参照

fix shortcut conflict on linux (see #610)

Gildas 1 日 前
コミット
2e9969773f
1 ファイル変更2 行追加1 行削除
  1. 2 1
      manifest.json

+ 2 - 1
manifest.json

@@ -81,7 +81,8 @@
 	"commands": {
 		"save-selected-tabs": {
 			"suggested_key": {
-				"default": "Ctrl+Shift+Y"
+				"default": "Ctrl+Shift+Y",
+				"linux": "Ctrl+Alt+S"
 			},
 			"description": "__MSG_commandSaveSelectedTabs__"
 		},