You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@m1lhaus first of all, thank you for the very quick update on getting the multi monitor support i requested here #19
I just want to report a bug that i noticed was working on 1.5 and has broken since the implementation of 1.7.
This bug relates to another mod, Windows 11 Taskbar Styler where it allows us to hide the start menu. In their details, they describe a quick way to hide the start button:
Hide the start button
Target: Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton]
Style: Visibility=Collapsed
If i implement this, clicking on the taskbar with your mod to "Open start menu" no longer works. I'm guessing your recent update requires the start button to still function. The current update is fine with me as i don't mind having it shown but I can see how having it hidden provides a cleaner look since the whole taskbar is not the start menu trigger.
In the old version (1.5), hiding the start button did not interfere with the clicking of the empty taskbar space to trigger the start menu interface.
Thanks again for making this mod and catering to my previous request.
The text was updated successfully, but these errors were encountered:
donsingh
changed the title
[mod: empty taskbar click] update 1.7 no longer opens start menu if hidden
[mod: empty taskbar click] update 1.7 no longer opens start menu if start button is hidden
Nov 25, 2024
Hi @donsingh, you are right. This never occured to me. Yes the button must be present on the taskbar since it uses Accessibility API to find and click the button. Hm, the easiest would be to send a Win keypress if the search for the button fails. Ideally there would be some undocumented WM_COMMAND message that would trigger the Start menu popup. Or other mechanism. I will first go with Win key and then try to look to projects like ExplorerPatcher how they control the Start menu. I remember they have an option that controls on which screen to open the menu.
… from the taskbar (#1291)
Added fallback method to open Start menu when Start button was not found on the taskbar (e.g. was hidden via other Windhawk mod) - temporary hotfix for m1lhaus#21.
@m1lhaus first of all, thank you for the very quick update on getting the multi monitor support i requested here #19
I just want to report a bug that i noticed was working on 1.5 and has broken since the implementation of 1.7.
This bug relates to another mod, Windows 11 Taskbar Styler where it allows us to hide the start menu. In their details, they describe a quick way to hide the start button:
If i implement this, clicking on the taskbar with your mod to "Open start menu" no longer works. I'm guessing your recent update requires the start button to still function. The current update is fine with me as i don't mind having it shown but I can see how having it hidden provides a cleaner look since the whole taskbar is not the start menu trigger.
In the old version (1.5), hiding the start button did not interfere with the clicking of the empty taskbar space to trigger the start menu interface.
Thanks again for making this mod and catering to my previous request.
The text was updated successfully, but these errors were encountered: