Hi,
How can i create surtcut for my custom menus that i created?
Thanks.
Hi,
How can i create surtcut for my custom menus that i created?
Thanks.
Take a look at this. For example : You can write something like this for ctrl + o :
@MenuItem ("GameObject/Do Something %o")
or #o for shift + o or &o for alt + o or _o for o itself
Hope that helps.