hiGetBindKeyPrefixList
hiGetBindKeyPrefixList()
=> l_application
Description
Returns a list of registered applications. This list is used to build the menu for the Cyclic button on the Bind Keys form.
Argument
None
Value Returned
|
l_application
|
The list that is used to build the menu for the Cyclic button on the Bind Keys form. Root applications are listed with no leading spaces. Sub-applications (applications that inherit from a root application) are listed following the root application from which they inherit and have three leading spaces in the string.
Root applications are registered using hiRegisterBindKeyPrefix, and sub-applications are registered using hiInheritBindKey.
|
Related Topics
Bindkey Functions
Return to top