RamonUnch / AltSnap

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

Add feature to cancel the default action of modifier key after timeout #501

Closed viocha closed 9 months ago

viocha commented 9 months ago

image

RamonUnch commented 9 months ago

I am not sure what you are asking for and what you are trying to achieve.

It depends on what action is configured for MB4. If you set Nothing, then clicking MB4 will be forwarded if no action is done. If you set Move or Resize, then, if you click for more than a double click delay (~400ms by default). then the click will be forwarded on release.

If you setup any other action for MB4 then The action is instantly performed on MB4 and there is no possibility to cancel the action because it is done as soon as MB4 is pressed.

viocha commented 9 months ago

Thank you, I understand