firefox: don't beep when using type ahead find

This commit is contained in:
Vincent Bernat 2022-11-30 17:26:40 +01:00
parent d5b99dc020
commit edf569a3c2

View file

@ -14,6 +14,9 @@ user_pref("ui.key.menuAccessKeyFocuses", false);
// Keep GTK keybindings // Keep GTK keybindings
user_pref("ui.key.use_select_all_in_single_line_editor", false); user_pref("ui.key.use_select_all_in_single_line_editor", false);
// Don't beep when using type ahead find
user_pref("accessibility.typeaheadfind.enablesound", false);
// Be more compact // Be more compact
user_pref("browser.uidensity", 1); user_pref("browser.uidensity", 1);