hiRegisterBindKeyPrefix
hiRegisterBindKeyPrefix(t_applicationType[t_ignored] ) =>t / nil
Description
Registers an application bindkey prefix. Use this function to register prefixes that you do not want to register with the Design Editor application. Cadence applications are already registered.
This function should be called only when you want to have bindkeys for the application. The Design Editor application should be registered via the deRegApp call that calls this routine.
Arguments
|
The name of the application set as the appType of the window or the name of the plugin for which bindkeys are to be defined. |
|
Values Returned
|
t_applicationType has already been registered. A warning is also issued. |
Related Topics
Return to top