搜尋 Mozilla 技術支援網站

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

了解更多

Possible to change Firefox default keybinds?

  • 1 回覆
  • 1 有這個問題
  • 63 次檢視
  • 最近回覆由 cor-el

more options

Is it possible to change Firefox's default keybinds? I don't see an option for this in Settings, nor in about:preferences or about:config. Some discussions on these forums suggest autoconfig.conf but that doesn't seem to have any options for keybinds. I found several KB articles on customizing Firefox, but none said anything about default keybinds:

KB: Customize Firefox controls, buttons and toolbars KB: Firefox advanced customization and configuration options KB: Customizing Firefox Using AutoConfig

For example, I'd like to change the keybind to open a private window from the default [Shift]+[Cmd]+P to [Shift]+[Cmd]+N. The latter is standard on most other browsers and is in my muscle memory. Is there any way to do that?

Is it possible to change Firefox's default keybinds? I don't see an option for this in Settings, nor in [https://about:preferences about:preferences] or [https://about:config about:config]. Some discussions on these forums suggest ''autoconfig.conf'' but that doesn't seem to have any options for keybinds. I found several KB articles on customizing Firefox, but none said anything about default keybinds: [https://support.mozilla.org/en-US/kb/customize-firefox-controls-buttons-and-toolbars KB: Customize Firefox controls, buttons and toolbars] [https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration KB: Firefox advanced customization and configuration options] [https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig KB: Customizing Firefox Using AutoConfig] For example, I'd like to change the keybind to open a private window from the default [Shift]+[Cmd]+P to [Shift]+[Cmd]+N. The latter is standard on most other browsers and is in my muscle memory. Is there any way to do that?

由 Byron 於 修改

所有回覆 (1)

more options

Key sequence [Shift]+[Cmd]+P is used by key_privatebrowsing Key sequence [Shift]+[Cmd]+N is used by key_undoCloseWindow, [Cmd]+N is used by key_newNavigator Those two form a pair, similar to [Cmd]+T and [Shift]+[Cmd]+T for a New Tab and Undo Closed Tab. I'm not sure if it would be a good idea to change this. You can use the Browser Toolbox to inspect the mainKeyset tag, key_privatebrowsing and key_undoCloseWindow are further down.

See this thread for the basic way on how to use autoconfig.cfg to modify key bindings.