Open
Description
When referring to a button, you have to write btn:[Save]
, but for a menu you have to write menu:Save[]
.
Using the wrong syntax (e.g. btn:Save[]
or menu:[Save]
) results in the macros being ignored.
It would be an improvement if the following variations would be supported:
Supported | Not yet supported |
---|---|
menu:Save[] |
menu:[Save] |
menu:File[Save] |
menu:[File > Save] |
menu:File[Project > New] |
menu:[File > Project > New] |
btn:[Save] |
btn:Save[] |
Metadata
Metadata
Assignees
Labels
No labels