зеркало из https://github.com/mozilla/gecko-dev.git
fix alt/shift scrollwheel (bug 244124)
This commit is contained in:
Родитель
194149d524
Коммит
a5921a41c9
|
@ -84,3 +84,12 @@ pref("accessibility.typeaheadfind.autostart", false);
|
|||
|
||||
// image resizing
|
||||
pref("browser.enable_automatic_image_resizing", true);
|
||||
|
||||
// enable horizontal scroll by shift+wheel
|
||||
pref("mousewheel.horizscroll.withshiftkey.action", 0);
|
||||
pref("mousewheel.horizscroll.withshiftkey.numlines", 1);
|
||||
pref("mousewheel.horizscroll.withshiftkey.sysnumline", true);
|
||||
|
||||
// make history scrolling with option go the standard way
|
||||
pref("mousewheel.horizscroll.withaltkey.action", 2);
|
||||
pref("mousewheel.horizscroll.withaltkey.numlines", 1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче