Open ttencate opened 13 years ago
Submitted by wanderer51
It would be a nice addition. There are mice with horizontal movement of the mousewheel (mousewheel button can be clicked down, to the left and to the right for horizontal scrolling) but i older apps may not support this.
When you implement this feature, consider the default modifier key to be SHIFT as this is the one used on linux for horizontal scrolling.
Info: http://stackoverflow.com/questions/7828121/shift-mouse-wheel-horizontal-scrolling
Converted from SourceForge issue 2955927, submitted by joshuawood
Hi,
Would it be very hard to add a new option that allows for a user defined modifier key. When set, while this key is held down and the vertical mouse wheel is scrolled, it will in fact register as a horizontal scroll?
So something like the win key would be good. Ctrl and Alt are often used with the wheel for other things. But that's why it's important to make the modifier key user definable, and should be able to accommodate multiple keys such as ctrl+shift+alt.
When the horizontal scrolling is triggered, it should of course happen as per the scroll setting: Either where the current mouse cursor is, or the focused window, as per the user setting.
Thanks.