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

hiGetDisabledAsstBindKeyPrefixes

hiGetDisabledAsstBindKeyPrefixes(
)
=> l_list / nil

Description

Returns the list of bindkey prefixes disabled using hiDisableAsstBindKeyPrefix.

Argument

None

Return Values

l_list

The list of disabled bindkey prefixes.

nil

No bindkey prefix is disabled.

Examples

Returns the list of bindkey prefixes, "App1", "App2", and "App3", that have been disabled using hiDisableAsstBindKeyPrefix.

hiDisableBindKeyPrefix("App1")
> t
hiDisableBindKeyPrefix("App2")
> t
hiDisableBindKeyPrefix("App3")
> t
hiGetDisabledBindKeyPrefixes()
>("App1" "App2" "App3")

Related Topics

Bindkey Functions

hiDisableAsstBindKeyPrefix

Return to top
 ⠀
X