RamonUnch / AltSnap

Maintained continuation of Stefan Sundin's AltDrag
GNU General Public License v3.0
2.08k stars 66 forks source link

Alt+Scroll should not trigger while window is "Movement disabled" #484

Closed LoganDark closed 11 months ago

LoganDark commented 11 months ago

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 11 months ago

Movement was disabling only the Movement action (move/resize) However disabling also the wheel action makes sense. This one should do the trick:

AltSnap1.62_test12_x64.zip AltSnap1.62_test12_i386.zip

LoganDark commented 11 months ago

That works indeed, thank you so much!