Hi all,
How would I go about moving a window 100px right and down if it snaps to a snap area that already has a wiindow snapped to it.
Thanks,
Dan
Hi all,
How would I go about moving a window 100px right and down if it snaps to a snap area that already has a wiindow snapped to it.
Thanks,
Dan
that would require complex scripting and is not easy at all unfortunately. You would need to loop through all windows on your computer. Check their position & size to see whether they are in the snap area, then decide your logic based on that. (Also need to think about converting coordinate systems between displays etc.)