зеркало из https://github.com/mozilla/pjs.git
Bug 476009 - F7 caret browsing shortcut should be disabled r=gavin
This commit is contained in:
Родитель
717c682695
Коммит
78cf4f4074
|
@ -160,6 +160,8 @@ pref("accessibility.typeaheadfind.timeout", 5000);
|
|||
pref("accessibility.typeaheadfind.flashBar", 1);
|
||||
pref("accessibility.typeaheadfind.linksonly", false);
|
||||
pref("accessibility.typeaheadfind.casesensitive", 0);
|
||||
// zoom key(F7) conflicts with caret browsing on maemo
|
||||
pref("accessibility.browsewithcaret_shortcut.enabled", false);
|
||||
|
||||
// pointer to the default engine name
|
||||
pref("browser.search.defaultenginename", "chrome://browser/locale/region.properties");
|
||||
|
|
Загрузка…
Ссылка в новой задаче