https://bugs.kde.org/show_bug.cgi?id=431554
--- Comment #5 from Nate Graham <n...@kde.org> --- (In reply to DarkTrick from comment #4) > > That's not how this works. Since Alt+Scroll for horizontal scrolling comes > > from Qt, any such option would have to be exposed there. > > Shouldn't a configuration be possible, if there was an event filter within > the `keyPressEvent()` function (or some equivalent)? Because this is a standard behavior in the Qt toolkit's scrollview widget, we would have to implement this hack in literally every scrollview implementation in every piece of KDE software, which, as I hope you can understand, is not feasible. :) The code change needs to be made at the Qt level. Since you seem to have some programming knowledge, I would encourage you to submit a patch! Maybe they'll accept it. -- You are receiving this mail because: You are watching all bug changes.