1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Minor 2.0.6 (#90)

* Change default 'set tabs aside' shortcut

This shortcut can cause problems for those who are accustomed to using it to go back in history. In Chrome and Edge, it seems to be overridden. This should replace it with an unused key combo.
This commit is contained in:
Adam
2022-08-25 08:06:23 -06:00
committed by GitHub
parent ef65522e2a
commit d6996031b6
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "2.0.5",
"version": "2.0.6",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",
@@ -42,7 +42,7 @@
"description": "__MSG_setAside__",
"suggested_key":
{
"default": "Alt+Left",
"default": "Shift+Alt+Left",
"mac": "MacCtrl+T"
}
},