搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Remove shortcuts or let extensions have priority over shortcuts

  • 5 回覆
  • 0 有這個問題
  • 1 次檢視
  • 最近回覆由 rcd99

more options

Release after release Firefox is adding more shortcuts, which is nice, but it also interferes with shortcuts people use to enable/disable extensions.

Is there a way to completely disable a given Firefox shorcut without having to rebuild it? Ideally Firefox should have a friendly way to change that (UI or config file), but I accept editing binaries files.

Also, why extensions with shortcuts like Shift+D are treated as invalid and get removed?

Release after release Firefox is adding more shortcuts, which is nice, but it also interferes with shortcuts people use to enable/disable extensions. Is there a way to completely disable a given Firefox shorcut without having to rebuild it? Ideally Firefox should have a friendly way to change that (UI or config file), but I accept editing binaries files. Also, why extensions with shortcuts like Shift+D are treated as invalid and get removed?

被選擇的解決方法

You can change shortcuts with an autoconfig file. There's an external link which I'll post separately because it will need to be moderated.

https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig https://support.mozilla.org/en-US/questions/1376993#answer-1505522

從原來的回覆中察看解決方案 👍 0

所有回覆 (5)

more options

選擇的解決方法

You can change shortcuts with an autoconfig file. There's an external link which I'll post separately because it will need to be moderated.

https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig https://support.mozilla.org/en-US/questions/1376993#answer-1505522

more options
more options

Thanks a lot, Terry!

I managed to get rid of the screenshot shortcut (ctrl+shift+s) using cor-el's script combined with 'key_screenshot' keyword.

However, I failed to removed add to bookmark (ctrl+shift+d) using 'addBookmarkAsKb' keyword -- maybe I'm using the wrong keyword. Any tips?

more options

Does searchfox not give you a keyword?

more options

I found it! It turns out that the keyword for ctrl + shift + d is 'bookmarkAllTabsKb' :)

Thanks a lot!