stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

Windows 23H2v2 conflict with Alt + TAB task switcher #177

Closed plaguewolf closed 4 months ago

plaguewolf commented 4 months ago

Previously I had no issues with using both altdrag and windows task switcher. |TaskSwitcherWnd |TaskSwitcherOverlayWnd are both in my blacklist, but i cannot click on windows in the task switcher anymore and now can drag the task switcher overlay with altdrag. disabling altdrag allows me to interact with task switcher normally.

RamonUnch commented 4 months ago

maybe *|Windows.UI.Core.CoreWindow could do it? or maybe *|XamlExplorerHostIslandWindow

In order to be sure you can try to use the Window Spy program from auto hotkey. and check with the Follow mouse option

EDIT look at #145

plaguewolf commented 4 months ago

The first one fixed it, thanks.