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

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

t_applicationType

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.

t_ignored

The specified argument is ignored.

Values Returned

t

The bindkey prefix is registered.

nil

t_applicationType has already been registered. A warning is also issued.

Related Topics

Bindkey Functions


Return to top
 ⠀
X