how much should be scrolled vertically on each tick of the mouse wheel
how much should be scrolled horizontally when alt is held on each tick of the mouse wheel
multiplies the scroll amount by this when shift is held
The defaults for addDefaultWheelListeners are:
The defaults for addDefaultKeyboardListeners are:
My recommendation is to change the scroll amounts if you are scrolling by pixels, but otherwise keep them at one line.
Add default event listeners for keyboard and mouse wheel scrolling shortcuts.