Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How do I disable quick find? I have Mac OSX Mountain Lion with Firefox 14.0.1.

  • 5 antwoorde
  • 2 hierdie probleem
  • 116 views
  • Laaste antwoord deur cor-el

more options

I dislike the quick find feature in Firefox very much. I looked around for a solution and found this http://nic-nac-project.de/~kaosmos/index-en.html#searchkeys It did not work because whatever reason my Macbook Pro on OSX Mountain Lion could not open the file.

I dislike the quick find feature in Firefox very much. I looked around for a solution and found this http://nic-nac-project.de/~kaosmos/index-en.html#searchkeys It did not work because whatever reason my Macbook Pro on OSX Mountain Lion could not open the file.

All Replies (5)

more options

Don't try to open the file with another application, but open the xpi file in Firefox via File > Open File

See:

more options

Ok I opened the file through Firefox, installed it, restarted the browser, yet it did not work. The quick find bar is still there.

more options

Did you try to change the current shortcut keys in the preferences of the extension to something else?

more options

How do I do that?

more options

You need to create or modify an existing user.js file to customize this extension as explained on the home page of the extension.


This extension sets as default the key | (for search only in links) and ^ (for normal search).
You can change these settings with the following two preferences:
user_pref("searchkeys.link.key", xxx);
user_pref("searchkeys.find.key", xxx);
where xxx is the ascii code of the key you like for the action.
You can also disable at all the feature, with this preferences:
user_pref("searchkeys.disable.all", true);