搜尋 Mozilla 技術支援網站

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

了解更多

Edit hotkeys for Firefox.

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

more options

I noticed "Quick Find" is a easy one button. Slash on the numpad. But it'd only search once.

To use "Find" I need to Ctrl+F. I'd just like to change that. Cheers.

I noticed "Quick Find" is a easy one button. Slash on the numpad. But it'd only search once. To use "Find" I need to Ctrl+F. I'd just like to change that. Cheers.

所有回覆 (1)

more options

You can make those buttons visible with code in userChrome.css

Add code to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#FindToolbar > .findbar-container> * { display:-moz-box;}