Alt+Scroll should not trigger while window is "Movement disabled"
LoganDark opened this issue · 2 comments
LoganDark commented
I use the "movement disabled" feature for games and IDEs, and it works great. However alt+scroll still changes window transparency when movement is disabled. I think that should not happen (alt+scroll should not work when movement is disabled on the window).
Of course, keep the keyboard shortcuts enabled so I can still open the action menu :)
RamonUnch commented
Movement was disabling only the Movement action (move/resize) However disabling also the wheel action makes sense.
This one should do the trick:
LoganDark commented
That works indeed, thank you so much!