RamonUnch

Results 476 comments of RamonUnch
trafficstars

This is a known issue, see https://github.com/stefansundin/altdrag/issues/3 and https://github.com/stefansundin/altdrag/issues/83. So if you are using Windows 8, I do not know what to do about it other than blacklist those windows,...

Stefan has not released a single build since 2015, at this time Windows 8 was new and Windows 10 was just coming out. Funny how things get old quickly in...

This is a known issue https://github.com/stefansundin/altdrag/issues/38, there is an old PR that fixes it partially, I made more recently another PR that fixes all invisible borders https://github.com/stefansundin/altdrag/pull/136, However they have...

@RavenMacDaddy I suggest you use the "Window Spy" AutoHotkey script to determine the class name of the Alt+Tab window, in this script you can check the **Follow Mouse** option and...

You could also try to add `Task Switching|*` to the blacklist (if you are using the English edition of Win11), maybe the title of the window stayed the same from...

Sorry to make so many posts but actually the item to blacklist to add should be: `*|XamlExplorerHostIslandWindow` see https://github.com/RamonUnch/AltSnap/pull/79 for more details

@chase-miller I submitted this PR because I already fixed this bug in my fork a while back. You may be interested in using the fork. https://github.com/RamonUnch/AltDrag/releases

@cho934, @birula, @lesmo, @kakakaya I am working on a FancyZones integration on my fork. https://github.com/RamonUnch/AltSnap/issues/97 It is still in a beta stage but you may want to give it a...

I made my own fork of AltDrag and I plan to keep development as long as I will use Windows. In this version, I removed the HoockWindows feature that was...

I Added the source release in the MEGA directorry (with src sufix). Note that the source is still quite a mess...