Grabacr07 / SylphyHorn

Virtual Desktop Tools for Windows 10.
MIT License
389 stars 84 forks source link

Updates to support smooth switching (animated switching) #26

Closed jlubea closed 7 years ago

jlubea commented 7 years ago

Smooth switching is animated switching, which is the Windows default switch "slide" animation. It's accomplished by queuing inputs from the user, deciding which desktop they want to switch to (including wrap support), and generating the necessary key presses to make the animations happen.

Looping support was added to the VirtualDesktop library. A summary of the commit logs is below.

jlubea commented 7 years ago

Bug fix for session lock/unlock coming...