This command sets the hotkey context for the entire application. In query mode, return type is based on queried flag.
Flags:
Long Name / Short Name | Argument Types | Properties | |
---|---|---|---|
addClient / ac | unicode | ![]() |
|
|
|||
clientArray / ca | bool | ![]() |
|
|
|||
currentClient / cc | unicode | ![]() ![]() |
|
|
|||
insertTypeAt / ita | unicode, unicode | ![]() |
|
Inserts a new hotkey context type in the front of the given type. The first argument specifies an existing type. If it’s empty, the new context type will be inserted before Globalcontext type. The second argument specifies the name of new context type. |
|||
removeAllClients / rac | bool | ![]() |
|
Removes all the clients associated to the hotkey context type. This flag needs to be used with the flag typewhich specifies the context type. Flag can have multiple arguments, passed either as a tuple or a list. |
|||
removeClient / rc | unicode | ![]() |
|
|
|||
removeType / rt | unicode | ![]() |
|
|
|||
type / t | unicode | ![]() ![]() |
|
|
|||
typeArray / ta | bool | ![]() |
|
|
|||
typeExists / te | unicode | ![]() |
|
|
Derived from mel command maya.cmds.hotkeyCtx