Shell icon indicating copy to clipboard operation
Shell copied to clipboard

window.is_start is always 0

Open neradp opened this issue 1 year ago • 1 comments

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' ......

neradp avatar Oct 17 '24 12:10 neradp

Does not support working with the default X menu of Windows 11

moudey avatar Oct 18 '24 17:10 moudey