From 59ed739d6f4f524176d71f1c4a99c69a56dab92b Mon Sep 17 00:00:00 2001 From: tiye Date: Sun, 8 Sep 2024 02:48:10 +0800 Subject: [PATCH] fix MacCtrl shortcut --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 0d7fcfb..14d77a5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -25,7 +25,7 @@ "commands": { "_execute_action": { "suggested_key": { - "mac": "Command+Ctrl+G" + "mac": "MacCtrl+Command+G" } } },