Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Edit hotkeys for Firefox.

  • 1 reply
  • 4 have this problem
  • 7 views
  • Last reply by 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.

All Replies (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;}