From b550e226df4c4869ff0d906b2b04139042f05f05 Mon Sep 17 00:00:00 2001 From: sienori Date: Sat, 23 Feb 2019 03:53:58 +0900 Subject: [PATCH] Change default shortcuts --- src/manifest-chrome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index fcdc9a7..2f0c9df 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -51,13 +51,13 @@ "_execute_browser_action": { "description": "__MSG_openPopupDescription__", "suggested_key": { - "default": "Alt+F1" + "default": "Ctrl+Shift+Space" } }, "translateSelectedText": { "description": "__MSG_translateTextMenu__", "suggested_key": { - "default": "Alt+F2" + "default": "Ctrl+Space" } }, "translatePage": {