From d6996031b684dfe05e253b0fb23d44897d930db2 Mon Sep 17 00:00:00 2001 From: Adam <54421854+aamott@users.noreply.github.com> Date: Thu, 25 Aug 2022 08:06:23 -0600 Subject: [PATCH] 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. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dc4d44b..fd894ab 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } },