Is there any way to temporary override hotkeys with Python?
Like, changing some hotkeys only if certain script is loaded, and revert it to its normal state if the script isn’t loaded (or deleted). I want to distribute some tools for a project, and make them use certain keys for some of the customize tools.
I remember doing it with events in Softimage, what would be the best way to do it in Maya?
Thanks