Admin message

Join us at Akademy to celebrate KDE's 30th anniversary! Travel support requests are open till May 31st. Register now.

[Approved] Plasma 6 Proposal: Use "Clicking in scrollbar track: Scrolls to the clicked location" by default
![Screenshot_20230507_093334](/uploads/10eae8a3dca88f6683bf1d5335e6cea8/Screenshot_20230507_093334.png) Reasons to do this: - This makes scrolling large distances faster, which can also be better for people with repetitive strain injuries. - QQC2 does this by default, so it requires no effort to support. We have to put in extra effort to support the other way. Reasons not to do this: - It's different. - It does not work with Tcl/Tk (toolkit used by `git gui`). Other things to know: - The ability to switch comes from `QStyle::SH_ScrollBar_LeftClickAbsolutePosition` (proposed) and `QStyle::SH_ScrollBar_MiddleClickAbsolutePosition` (current). - It works with Firefox, Chromium/Electron, GTK and wxWidget apps.
issue