opus1269 / smooth-scroller

Smooth and inertial scrolling for IntelliJ
https://plugins.jetbrains.com/plugin/8246
MIT License
18 stars 6 forks source link

Horizontal scrolling using SHIFT+mouse wheel does not work #14

Open cpazaras opened 4 years ago

cpazaras commented 4 years ago

Enabling Smooth Scroller sadly disables horizontal scrolling using SHIFT+mouse wheel for some reason. Vertical scrolling occurs instead, as if SHIFT was not pressed at all. (It scrolls fine horizontally if the plugin is disabled).

Would be great to have horizontal scrolling back to an otherwise awesome plugin :)

Thank you very much in any case for your efforts so far.

Smooth Scroller version: 1.3.0 IDE: PhpStorm version 2019.2.4 System: Linux (Manjaro), kernel version 4.19, Java version 11.0.4

DeflatedPickle commented 3 years ago

This also happens on Windows so it's probably a case of not checking if shift is active

DeflatedPickle commented 3 years ago

@cpazaras, I've fixed this issue in my fork (awaiting approval)