-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cycling over all desktops while going to target one #80
Comments
Yes, this is the default implementation, as it works the most robustly across systems and is least likely to break long-term. If I remember correctly, the other solution is to use the DLL (VirtualDesktopAccessor.dll) as it contains API to "jump" straight into the target desktop. Ideally, we could select which implementation to use in a config - if anyone wanted to develop this, I'd be happy to review it and merge it |
@Elijas Hi! Thanks for quick answer! Can you suggest, please, how I can change to this dll just for myself? |
Yup! High-level overview:
In more detail, the end result would look something similar to:At the top of the
In
There are other Let me know if you have any questions, and If you succeed I'd highly encourage you to release a pull request, just as a helpful example for others who would want to change to the DLL solution as well. |
When going from 1 desktop to 5 via shortcut, instead of toggling straight from 1 to 5, looks like appear cycling every desktop until we reach 5 (target desktop).
System: Windows 11 21H2
reproduce_issue.mp4
The text was updated successfully, but these errors were encountered: