Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
772 stars 93 forks source link

Feature Request - Support for Win 11 #46

Closed PaulSorauer-IPG closed 3 years ago

PaulSorauer-IPG commented 3 years ago

Hi there

I've been using VirtualDesktopAccessor.dll via win-10-virtual-desktop-enhancer for years, but unfortunately the AutoHotKey scripts no longer appear to be working on Windows 11.

I'm wondering what's required to rebuild the dll for Win 11? I would offer to assist but I'm a pure C# not C++ guy.

Thanks,

Paul

pukkandan commented 3 years ago

According to https://github.com/Ciantic/VirtualDesktopAccessor/issues/45, it works and only AHK's keybindings are broken

Ciantic commented 3 years ago

That's right, the problem is with AHK and Windows-key if I'm not mistaken.

PaulSorauer-IPG commented 3 years ago

Thanks. I was messing around with the AHK scripts but couldn't get it working. At least I've a direction to investigate properly now. 😊