fix horizontal scrollwheel (bug 246879)

This commit is contained in:
pinkerton%aol.net 2004-06-16 04:56:26 +00:00
Родитель 031e21953a
Коммит 1d92f2d542
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -90,6 +90,11 @@ pref("mousewheel.horizscroll.withshiftkey.action", 0);
pref("mousewheel.horizscroll.withshiftkey.numlines", 1);
pref("mousewheel.horizscroll.withshiftkey.sysnumline", true);
// enable horizontal scrolling with horizontal scroll wheels
pref("mousewheel.horizscroll.withnokey.action",0);
pref("mousewheel.horizscroll.withnokey.numlines",1);
pref("mousewheel.horizscroll.withnokey.sysnumlines",true);
// make history scrolling with option go the standard way
pref("mousewheel.horizscroll.withaltkey.action", 2);
pref("mousewheel.horizscroll.withaltkey.numlines", 1);