Hi,
There is a clicked item in the tree, using `ClickItem`, then it should `WinMenuSelectItem`. But the subMenu to be opened has no hotkey so I have to manually `Send("{DOWN}")` until it reaches the subMenu item. The problem is that it sends `Send("{DOWN}")` to the item of the tree and not to the subMenu items.
Thanks.