Closed
Description
Describe the bug
Console windows like CMD, PowerShell and WSL won't swap with other console windows.
To Reproduce
- Open multiple windows (notepad, CMD, powershell, windows explorer)
- Try to swap between windows (cmd with powershell, cmd with notepad, etc)
- Open two CMS windows (or two powershell windows) and try swapping them
Expected behavior
Console windows should be able to swap with other open console windows.
System information:
- Windows version: Windows version: Windows 10 Version 1909 (OS Build 18363.1256)
- MaxTo version: 2.2.0-beta2
Additional context
I'm actually not sure if this is a bug or not. I wasn't able to find any related information or Issues for Console Windows and the MaxTo Compability for Console windows that is always enabled.
Looking into the build-in Recipe for Swapping windows, it uses the Move window ingredient with the "Swap" option enabled. I don't know if it somehow uses SetWindowPos in the background that the Compatibility is mentioning and that would be ignored in this case because of the compatibility.