fix alt/shift scrollwheel (bug 244124)

This commit is contained in:
pinkerton%aol.net 2004-05-24 23:28:53 +00:00
Родитель 194149d524
Коммит a5921a41c9
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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);