Hi guys,
I have a script/plugin request. Can you help?
It would work similar to creating a new shelf shortcut on the fly (holding Shift+Ctrl, left-click on a menu item)
Id love for the ability to call upon a small prompt that would list my previous action, allow me to assign a key or key combination (Shift, Ctrl, Alt, Check-boxes) of my choosing. It would warn me of hotkey conflicts and would save the change after clicking an "OK" or "Apply" box.
TL;DR: Id love for the ability to assign hotkeys on the fly in Maya.
Thanks for your consideration!
-kp
Replies
(my point being : By creating a shortcut this way, you have full control on it, without having to hunt down a function in the existing list in the keyboard shortcut editor)
Obviously that doesn't work as a dedicated script but I thought I'd mention this tip anyways.
It'll take the last command that Maya placed in the Recent Command List and let you assign a hotkey to it (via pressing enter/return in the textfield). The top menu bar text will let you know what that command is called before you assign a key, and a warning will pop up if you try to overwrite an existing hotkey.
It wont work if you throw a script at it atm (ie it cant assign a hotkey to itself), but should be fine for most native maya commands.
It fixes the problem where it would bypass the overwrite warning message (they broke the hotkeyCheck command at some point), and some other stuff.