Add Virtual Desktop Switcher v1.6#4484
Closed
sb4ssman wants to merge 12 commits into
Closed
Conversation
Updated mod description and version for Windows 10 and 11 compatibility. Added Windows version enumeration and improved taskbar handling for both Windows versions.
Rearranges the Windows 11 system tray OmniButton (wifi/volume/battery) from horizontal to vertical stacking using the Windows XAML Diagnostics API.
Add Vertical Omni Button Mod
Contributor
Author
|
Closing in favor of #4516, which correctly updates the existing mod file instead of adding a duplicate under a new id. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Virtual Desktop Switcher (
virtual-desktop-switcher) — clickable tray buttons for instant virtual desktop switching on Windows 11.This is a resubmission under a cleaner mod ID. The earlier submission (
taskbar-vd-switcher, PR #3932, merged 2026-06-17) was published before the name was finalized. Please disable or removetaskbar-vd-switcherfrom the store when convenient.Features
Technical
GetSystemTrayModuleHandle3-DLL chain:SystemTray.dll→Taskbar.View.dll(version-gated) →ExplorerExtensions.dllGetTaskbarXamlRootwith0x10default offset and ARM64 disasm probeIconView::IconViewhook +auto_revoke_tLoaded pattern (no bare lambdas)LoadLibraryExWfallback hook +Wh_ApplyHookOperationsin AfterInitWh_ModUninit; stoppable VD notification thread with sent-message pump in uninit🤖 Generated with Claude Code