Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Possible to change Firefox default keybinds?

  • 1 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.