firefox: disable middlemouse.paste

This commit is contained in:
lelgenio 2022-02-02 17:11:43 -03:00
parent 4f39b1fb3f
commit 862ce79c1a
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
user_pref("mousewheel.system_scroll_override_on_root_content.enabled", true);
user_pref("mousewheel.with_alt.action", 1);
user_pref("mousewheel.with_alt.delta_multiplier_y", 5);
user_pref("middlemouse.paste", false);
// don't show menu bar on Alt
user_pref("ui.key.menuAccessKeyFocuses", false);