Friday, January 9, 2009

Disable case-sensitive find in Firefox for Mac

It seems that Firefox 3 for Mac shipped with at least one annoyance: a case-sensitive Quick Find setting turned ON by default.

I searched the about:config advanced Firefox settings for a fix; these steps disable the annoyance and return the find feature to its proper, case-insensitive state:
  1. Open a new tab in Firefox, type about:config into the address bar, and press return on the keyboard.
  2. Type case into the filter field.
  3. Double click on the preference accessibility.typeaheadfind.casesensitive.
  4. Change the value from 1 to 0 and choose OK.
  5. Close the about:config tab and test your newly improved case-insensitive Quick Find on any page.
Click the screen shot thumbnail above to see the appropriate final setting.

[EDIT]
My incredibly intelligent brother recommends disabling the case sensitivity by pressing Command+F and un-checking the obvious "Match case" box.

1 Responses:

Aleksey said...

Not sure who would think a case-sensitivity default would be a good default for quick find or why anyone would think that.

Thanks for the tip. I used the intelligent brother's approach ;).