From bf728d882f9b6dfe028ecb42e8c394ac97e36a21 Mon Sep 17 00:00:00 2001 From: Ivan Amaya Vazquez Date: Fri, 9 Dec 2022 01:19:29 -0600 Subject: [PATCH] Add mac suggested keyboard shortcut for sorting --- src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 6846653..cf834fb 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -45,7 +45,8 @@ }, "sort_tabs_by_container": { "suggested_key": { - "default": "Ctrl+Comma" + "default": "Ctrl+Comma", + "mac": "MacCtrl+Comma" }, "description": "Sort tabs by container" },