Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

t_prefix

The bindkey prefix.

Return Values

t

The bindkey prefix was removed from the list.

nil

The bindkey prefix does not exist in the list.

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

Bindkey Functions

hiGetDisabledAsstBindKeyPrefixes

hiDisableAsstBindKeyPrefix


Return to top
 ⠀
X