[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem with mozilla not doing horizontal scrolling correctly



ntr <Norton.Roman@itri.brighton.ac.uk> writes:
>
> theoretically, now you will have all the functions your mouse
> provides, like scrolling and some anoying functions that make
> mozilla to go back and forward on the pages it shows 8-)
>
> norton

In order to fix those annoying horizontal scroll problems with
mozilla/galeon/epiphany, browse to `about:config' in the location bar
and set the following options:

mousewheel.horizscroll.withcontrolkey.action = 3;
mousewheel.horizscroll.withcontrolkey.numlines = 1;
mousewheel.horizscroll.withcontrolkey.sysnumlines = true;

mousewheel.horizscroll.withnokey.action = 0;
mousewheel.horizscroll.withnokey.numlines = 1;
mousewheel.horizscroll.withnokey.sysnumlines = true;

mousewheel.horizscroll.withshiftkey.action = 1;
mousewheel.horizscroll.withshiftkey.numlines = 1;
mousewheel.horizscroll.withshiftkey.sysnumlines = true;

I think the defaults for these options are totally wrong and have
commented here http://bugzilla.mozilla.org/show_bug.cgi?id=231718#c3
about it.



Reply to: