
KAT xx30455
1 discussion post
When I open a new program, the "Move Window to Mouse Cursor Monitor" works.
However, when I open a program that is already running from the system tray,it will only appear on the display where it last appeared.
Is there any way to improve this issue? Also, I'd like Alt+Tab to perform the same function.
In my conception, a “restore window” might be the way to achieve this functionality, but it doesn't work also
Apps opened from the System tray or AltTab don't create a new window handle for us to fire off of. You could create a trigger that uses the "Window Focused" event to move them where you would like, but it will fire every time the window is re-focused, which might have some unwanted side effects.