Add Taskbar Folder Menus v0.5#4485
Open
sb4ssman wants to merge 12 commits into
Open
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
Member
|
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 Taskbar Folder Menus (
taskbar-folder-menus) — compact tray buttons that open configured Shell targets as native popup menus.Recreates the most useful part of the classic Windows taskbar toolbar workflow: click a small tray button and browse a folder, drive, Desktop, or Control Panel without minimizing any windows.
Features
C:\open instantly)IContextMenushell:Desktop,shell:ControlPanelFolder, etc.)%USERPROFILE%,%SystemRoot%, etc.)#4488FFdefault), pressed, border, corner radius, opacity, shineEntry format
Technical
GetTaskbarXamlRoot/GetSystemTrayModuleHandle/IconView::IconViewpattern as other tray modsSetWindowSubclassforWM_INITMENUPOPUP(lazy subfolder load) andWM_MENURBUTTONDOWN(right-click →IContextMenu)ILCloneFullused to maintain PIDL copies for both lazy-load queue and right-click lookupIShellFolder::EnumObjects; items executed viaShellExecuteExby PIDLshell:Desktopsuppressed automaticallyTest plan
shell:Desktop,shell:ControlPanelFolder, path targets, and%VAR%expansion all work🤖 Generated with Claude Code