mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 08:59:25 +00:00
Add prefs to extend the "highlight all" option behavior in findbar
This commit is contained in:
@@ -754,6 +754,8 @@ pref("accessibility.typeaheadfind.autostart", true);
|
||||
// 1 - "always" (case-sensitive)
|
||||
// other - "auto" (case-sensitive for mixed-case input, insensitive otherwise)
|
||||
pref("accessibility.typeaheadfind.casesensitive", 0);
|
||||
pref("accessibility.typeaheadfind.highlightallbydefault", false);
|
||||
pref("accessibility.typeaheadfind.highlightallremember", false);
|
||||
pref("accessibility.typeaheadfind.linksonly", true);
|
||||
pref("accessibility.typeaheadfind.startlinksonly", false);
|
||||
pref("accessibility.typeaheadfind.timeout", 4000);
|
||||
|
||||
Reference in New Issue
Block a user