搜尋 Mozilla 技術支援網站

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

了解更多

Firefox crtl-F "find" feature always start with "Match Case" automatically enabled

  • 4 回覆
  • 50 有這個問題
  • 1 次檢視
  • 最近回覆由 Sanorin

more options

Firefox crtl-F "find" feature always start with "Match Case" automatically enabled every time I start the browser, even when I start with add-ons disabled in safe-mode. Is there some way of having Match Case be off (without having to tick it manually) when I type ctrl-F?

Firefox crtl-F "find" feature always start with "Match Case" automatically enabled every time I start the browser, even when I start with add-ons disabled in safe-mode. Is there some way of having Match Case be off (without having to tick it manually) when I type ctrl-F?

被選擇的解決方法

dcode147 said

Firefox crtl-F "find" feature always start with "Match Case" automatically enabled every time I start the browser, even when I start with add-ons disabled in safe-mode. Is there some way of having Match Case be off (without having to tick it manually) when I type ctrl-F?

If you do not have a user.js file, as I didn't, then you can find this same information in prefs.js of your profile folder. To find that folder, click the triple horizontal slash menu button on Firefox, then click the question mark at the bottom, then click "Troubleshooting Information," and then click "Show Folder" next to the profile folder. At this point you will need to open the js file (prefs.js for me, maybe user.js for others) with notepad.

The "accessibility.typeaheadfind.casesensitive" entry cor-el mentioned above should be right near the top, and if "Match Case" is being highlighted then it should have a "1" next to it. You will need to close Firefox, then change that 1 to a 0 and save. When you restart Firefox "Match Case" should go back to being disabled.

從原來的回覆中察看解決方案 👍 17

所有回覆 (4)

more options

You can check if you have a user.js file in the Firefox profile folder that sets:

  • accessibility.typeaheadfind.casesensitive = 1

The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can delete the user.js file if you didn't create this file yourself.

If you do not keep changes after a restart or otherwise have problems with preferences, see:

more options

選擇的解決方法

dcode147 said

Firefox crtl-F "find" feature always start with "Match Case" automatically enabled every time I start the browser, even when I start with add-ons disabled in safe-mode. Is there some way of having Match Case be off (without having to tick it manually) when I type ctrl-F?

If you do not have a user.js file, as I didn't, then you can find this same information in prefs.js of your profile folder. To find that folder, click the triple horizontal slash menu button on Firefox, then click the question mark at the bottom, then click "Troubleshooting Information," and then click "Show Folder" next to the profile folder. At this point you will need to open the js file (prefs.js for me, maybe user.js for others) with notepad.

The "accessibility.typeaheadfind.casesensitive" entry cor-el mentioned above should be right near the top, and if "Match Case" is being highlighted then it should have a "1" next to it. You will need to close Firefox, then change that 1 to a 0 and save. When you restart Firefox "Match Case" should go back to being disabled.

more options

dcode147 said

Firefox crtl-F "find" feature always start with "Match Case" automatically enabled every time I start the browser, even when I start with add-ons disabled in safe-mode. Is there some way of having Match Case be off (without having to tick it manually) when I type ctrl-F?

Thank you cor-el and johnbolick!

more options

dcode147 said

Firefox crtl-F "find" feature always start with "Match Case" automatically enabled every time I start the browser, even when I start with add-ons disabled in safe-mode. Is there some way of having Match Case be off (without having to tick it manually) when I type ctrl-F?

Hi, I was having the same problem and found an easier solution. It basically does the same:

1. Open about:config in the address bar of Firefox (accept warning message if any). 2. Search accessibility.typeaheadfind.casesensitive and double-click on it. 3. Change the "1" to "0" and press OK. 4. Done!