Bug 193923: disable fart sound by default, r=mconnor, sr=jag
git-svn-id: svn://10.0.0.236/trunk@193909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
acbe2a7983
commit
18db643d09
@ -134,7 +134,7 @@ pref("accessibility.typeaheadfind.linksonly", true);
|
||||
pref("accessibility.typeaheadfind.startlinksonly", false);
|
||||
pref("accessibility.typeaheadfind.timeout", 4000);
|
||||
pref("accessibility.typeaheadfind.enabletimeout", true);
|
||||
pref("accessibility.typeaheadfind.soundURL", "default");
|
||||
pref("accessibility.typeaheadfind.soundURL", "beep");
|
||||
pref("accessibility.typeaheadfind.enablesound", true);
|
||||
|
||||
pref("browser.history_expire_days", 9);
|
||||
@ -1502,8 +1502,6 @@ pref("font.size.fixed.zh-HK", 16);
|
||||
|
||||
pref("browser.urlbar.clickAtEndSelects", false);
|
||||
|
||||
pref("accessibility.typeaheadfind.soundURL", "beep");
|
||||
|
||||
// Override the Windows settings: no menu key, meta accelerator key. ctrl for general access key in HTML/XUL
|
||||
// Use 17 for Ctrl, 18 for Option, 224 for Cmd, 0 for none
|
||||
pref("ui.key.menuAccessKey", 0);
|
||||
@ -1826,9 +1824,6 @@ pref("browser.urlbar.clickSelectsAll", false);
|
||||
// Leave this at the default, 7, to match mozilla1.0-era user expectations.
|
||||
// pref("accessibility.tabfocus", 1);
|
||||
|
||||
// Beep instead of playing sound in Linux, at least until nsISound is fixed:
|
||||
pref("accessibility.typeaheadfind.soundURL", "beep");
|
||||
|
||||
// override double-click word selection behavior.
|
||||
pref("layout.word_select.stop_at_punctuation", false);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user