Turning off ctrl+mousewheel text zooming by default. It's not properly

synced up with the text size menu, and feedback seems to indicate that
it's extraneous and/or prone to accidental firing.  I would like to rework
this at some point, but getting it off the beta3+ radar for now.  Bug
45647.
This commit is contained in:
bryner%uiuc.edu 2000-08-25 05:59:11 +00:00
Родитель 9f2cb0f6d4
Коммит 4435ee5968
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -440,9 +440,9 @@ pref("clipboard.autocopy", false);
pref("mousewheel.withnokey.action",0);
pref("mousewheel.withnokey.numlines",1);
pref("mousewheel.withnokey.sysnumlines",true);
pref("mousewheel.withcontrolkey.action",3);
pref("mousewheel.withcontrolkey.action",0);
pref("mousewheel.withcontrolkey.numlines",1);
pref("mousewheel.withcontrolkey.sysnumlines",false);
pref("mousewheel.withcontrolkey.sysnumlines",true);
pref("mousewheel.withshiftkey.action",0);
pref("mousewheel.withshiftkey.numlines",1);
pref("mousewheel.withshiftkey.sysnumlines",false);