Quick Dictionary 的评价
Quick Dictionary 作者: Trần Xuân Thắng
Firefox 用户 13691436 的评价
评分 3 / 5
来自 Firefox 用户 13691436,7 年前It captures cmd-Q on Mac, which is the command to exit an application. ctrl-Q is a very common command on both Windows and Linux as well. Please change it, or at least give us the option to.
开发者回应
发布于 7 年前I'll find what I can do about this problem asap. I'm more familiar with Alt+F4 though.
Edit: I've changed the hotkey to "Ctrl+Shift+Q" ("Cmd+Shift+Q" for macOS), hope this brings you more convenient.
The hotkey shortcut have to be hard coded in manifest.json, it is the rule of webExtension so I think it'll not be easy to make an option to customize it. Chrome extension already have the built-in hotkey modifier (For example https://www.howtogeek.com/127162/how-to-create-custom-keyboard-shortcuts-for-browser-actions-and-extensions-in-google-chrome/) so we might have to wait for firefox to add this feature.
Edit: I've changed the hotkey to "Ctrl+Shift+Q" ("Cmd+Shift+Q" for macOS), hope this brings you more convenient.
The hotkey shortcut have to be hard coded in manifest.json, it is the rule of webExtension so I think it'll not be easy to make an option to customize it. Chrome extension already have the built-in hotkey modifier (For example https://www.howtogeek.com/127162/how-to-create-custom-keyboard-shortcuts-for-browser-actions-and-extensions-in-google-chrome/) so we might have to wait for firefox to add this feature.