63
edits
(→Bugs) |
|||
| Line 27: | Line 27: | ||
We're using three integer preferences to modify scroll wheel behavior: | We're using three integer preferences to modify scroll wheel behavior: | ||
* ''' | * '''mousewheel.withnokey.numlines''' (default=6) | ||
** The number of lines the page moves with one click of the scroll wheel. | ** The number of lines the page moves with one click of the scroll wheel. | ||
** This pref is used to determine a scroll delta before acceleration computations are applied. | ** This pref is used to determine a scroll delta before acceleration computations are applied. | ||
* ''' | * '''mousewheel.acceleration.start''' (default=3) | ||
** The scroll wheel click number at which acceleration begins to take effect. | ** The scroll wheel click number at which acceleration begins to take effect. | ||
* ''' | * '''mousewheel.acceleration.factor''' (default=10) | ||
** The multiplicative factor used to scale constant acceleration. | ** The multiplicative factor used to scale constant acceleration. | ||
edits