Hello peeps, im transitioning to Maya and having a bit of problems.
What i want to achieve is to be able to switch between hotkey layouts on the fly
according to my needs, if i model (i prefer to have ALL functions on keyboard, i hate pressing UI buttons) i want all my keyboard to be rigged for work as a piano, if i animate same but different hotkeys.
Now the problem is, i don't know and haven't been able to find any fast and convenient way to swap those. Maybe i don't fully understand maya zen, and there is far superior workflow.
(inb4: replacing folders - NO. Thanks, NO. 2014, not 1995)
Replies
If you copy the script displayed in the Hotkey Editor and paste it into the -command section in the code below, then adjust the other lines to reflect that specific hotkey, you should be able to make your own list of custom hotkeys that can be instantly changed with the click of a button.
To unbind a hotkey
No restarting or use of menus is required after all the code is in place. Keep in mind that some of these custom namedCommand hotkeys will no longer show up in the Hotkey Editor if queried (but will still work).
Also note that any quotation mark characters appearing inside of the original -command quotation makes need to be escaped by placing a backslash ( \ ) before each one, like this:
I haven't tried this myself, is it anything like what you're looking for?