hiEnableAsstBindKeyPrefix
hiEnableAsstBindKeyPrefix(t_prefix) =>t / nil
Description
Removes the specified bindkey prefix (also known as an appType), which is associated with a dock window (assistant), from the list of disabled bindkey prefixes.
Argument
Return Values
Examples
Removes Palette from the list of disabled bindkey prefixes.
hiEnableAsstBindKeyPrefix("Palette")
> t
Palette1 does not exist in the list of disabled bindkey prefixes.
hiEnableAsstBindKeyPrefix("Palette1")
> nil
To view the list of disabled bindkey prefixes, use hiGetDisabledAsstBindKeyPrefixes.
Related Topics
Return to top