Skip to content

Allow horizontal scrolling with Shift + wheel or with horizontal wheel

Andrew Shark requested to merge work/ashark/horizontal_scroll into master

This commit enables scrolling in such ways:

  • Scroll vertically fast (by pages) with the Alt + wheel.
  • Scroll horizontally with Shift + wheel.
  • Scroll horizontally fast (by pages) with Shift + Alt + wheel.
  • Scroll horizontally with horizontal wheel.
  • Scroll horizontally fast (by pages) with Alt + horizontal wheel.

BUG: 472088

Merge request reports