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

hiShowBindKeysByAppType

hiShowBindKeysByAppType(
w_window1
t_applicationType
[ g_showInheritBindings ]
)
=> t / nil

Description

Displays the bindkeys for an application in a Viewfile window.

You can save the window contents to a file by selecting Save or Save As from the File pulldown menu or using the hiSaveViewfile or hiSaveAsViewfile functions. After saving the file, you can load it into another Opus session using the load() or loadi() SKILL functions.

If there is any bindkey inheritance for this bindkey table, the application aliases are displayed at the top of the window.

If t_applicationType is an alias application, then only the bindkeys specifically defined for the alias application (which will override any bindkeys inherited from the root application) will be displayed.

Arguments

w_window1

The window in which you want to display the bindkeys.

t_applicationType

Any application type previously registered with deRegApp or hiRegisterBindKeyPrefix.

g_showInheritBindings

  

If g_showInheritBindings is specified, and it is not set as nil, nor is t_applicationType set as a root application, then the window contents will also include any bindings that have been defined for any alias application that has bindkeys defined.

Value Returned

t

The bindkey is displayed.

nil

t_applicationType is invalid. A warning is also issued.

Related Topics

Bindkey Functions

hiRegisterBindKeyPrefix


Return to top
 ⠀
X