FreeVD
FreeVD copied to clipboard
New features
Added new functionality to program, such as copying windows on desktops, remembering their position on different desktops, remembering focused windows. Also got rid of automation because it worked bad on Windows 11, used WinAPI instead. Updated VirtualDesktop to latest version to suport Windows 11. VirtualDesktop library taken from NuGet. Updated project to .NET 5.0 to work with new version of VirtualDesktop.
Hi! Thanks for the PR! Did you test these changes to make sure they work OK on Windows 10?
Yes, I tested the new features on Windows 10 (20H2) and Windows 11. Everything worked well.
But you need to update Virtual Desktop to latest version and update project to .NET 5.0
@mon1t0r could you please upload the exe file for our convenience if not then please guide us to how to compile on our own. i realy need this to work. thanks in advance.
@Marcus-L also to you, please update this repo.
@hisbvdis In in version the "Move window to next desktop" shortcut is not functional. it is "Faded". Is there any workaround?
@mon1t0r could you please upload the exe file for our convenience if not then please guide us to how to compile on our own. i realy need this to work. thanks in advance.
@Marcus-L also to you, please update this repo.
@hisbvdis In in version the "Move window to next desktop" shortcut is not functional. it is "Faded". Is there any workaround?
Try to use this repo version https://github.com/hisbvdis/freevd-win-11
@mon1t0r could you please upload the exe file for our convenience if not then please guide us to how to compile on our own. i realy need this to work. thanks in advance. @Marcus-L also to you, please update this repo. @hisbvdis In in version the "Move window to next desktop" shortcut is not functional. it is "Faded". Is there any workaround?
Try to use this repo version https://github.com/hisbvdis/freevd-win-11
Your version is working fine. only the "Move Window to next desktop" have a conflict with windows native window arrange function. So i changed it to "Crtl+Shift+Win+Right/Left". Thanks for contribution.