Win11DesktopSwitchAnimation
Win11DesktopSwitchAnimation copied to clipboard
Request: tie into the Ctrl + Windows Key + Left/Right keystroke
It looks like it's possible to tie into all keystrokes a user provides by tying into the Windows API with Hooks. If it's pretty much any other keystroke, pass it to CallNextHookEx. Otherwise you can do something with it.
It's low-level but it may make it possible to seamlessly tie this into the default virtual desktop switching keystroke.
that would be pretty cool, I'll look into it when I get the time!
Any update on this?