We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to modify menu for Win + X. It could be quite easy by documentation.
window.is_start // Returns true if the window handle is for the Win+X menu
Function window.is_start gives me always 0 / False.
There is a small workaround for this:
menu(where=@(window.parent.name == null) type='taskbar' ......
The text was updated successfully, but these errors were encountered:
Does not support working with the default X menu of Windows 11
Sorry, something went wrong.
No branches or pull requests
I would like to modify menu for Win + X. It could be quite easy by documentation.
Function window.is_start gives me always 0 / False.
There is a small workaround for this:
menu(where=@(window.parent.name == null) type='taskbar' ......
The text was updated successfully, but these errors were encountered: