hiGetDisabledAsstBindKeyPrefixes
hiGetDisabledAsstBindKeyPrefixes( ) =>l_list/nil
Description
Returns the list of bindkey prefixes disabled using hiDisableAsstBindKeyPrefix.
Argument
Return Values
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
hiDisableAsstBindKeyPrefix
Return to top