为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to Change The Shortcut Keys

more options

I am having issue with change the bookmark toolbar shortcut key command+B. It's duplicated with my tool shortcut key. Please provide the steps to disable the shortcut key feature for command+ B or change the shortcut key.

I am having issue with change the bookmark toolbar shortcut key command+B. It's duplicated with my tool shortcut key. Please provide the steps to disable the shortcut key feature for command+ B or change the shortcut key.

所有回复 (1)

more options

Unfortunately, there is no built-in way to disable the shortcut.

Websites can intercept Ctrl+B/Command+B and prevent Firefox from receiving it, but they do need to use modern code. Older code no longer works as of a few years ago. If you think the site might have legacy code, you can make some exceptions for the site. You didn't mention the address, but let's take

www.example.com

as an example. Here's how you would make the exceptions:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste keypress.hack and pause while the list is filtered

Firefox should display four preferences containing this text. The two you can edit have "addl" at the end of their names.

(3) Double-click the dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl preference to display an editing field, and enter www.example.com then press Enter or click the blue check mark button to save the change. Note: to list multiple host names, separate them with commas.

(4) Double-click the dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl preference to display an editing field, and enter www.example.com then press Enter or click the blue check mark button to save the change. Note: to list multiple host names, separate them with commas.

Hopefully one of those will help.