i'm trying to set-up a shortcut for a unity item from code. More specifically the Stage/Go Back for the prefab editor. I know, it's possible (recommendable, even) to edit shortcuts manually, but for what i'm trying to make would be really helpful if it was possible to activate or deactivate the shortcut from code.
I've tried using EditorApplication.ExecuteMenuItem("Stage/Go back");
but it doesn't work with that one.
If it's not possible to do it I'll understand it, thank you!
Thanks to user derHugo i found the API to shortcut management and after a few minutes understanding the code I finally was able to do it. I'll leave the code here in case anyone needs to know how I did this.