Win11DesktopSwitchAnimation
Win11DesktopSwitchAnimation copied to clipboard
Is it possible to map the default keyboard shortcuts to trigger touch virtual desktop switching.
I've built the program on Visual Studio 2022 and when running, I've checked if it was running in the background and in fact it was running in the background, but...
It looks like it's possible to tie into all keystrokes a user provides by tying into the Windows API with [Hooks](https://docs.microsoft.com/en-us/windows/win32/winmsg/about-hooks). If it's pretty much any other keystroke, pass it...
Hello, can something be done to start it with the system state so that I don't have to compile the application every time?
I'm really looking forward to bringing back the workspace switching animations, but I don't have any C# compiler to build the application, and considering I don't have a lot of...