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

hiShowBindKeysByWindow

hiShowBindKeysByWindow(
[ w_window1 ]
[ w_window2 ]
)
=> t / nil

Description

Displays the bindkeys for a window 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 the application type for w_window2 is set to an alias application, then the bindkey text window will display bindkeys defined both for the root application that the alias application inherits from, as well as any bindkeys defined specifically for the alias application (which will override root application bindkeys).

Arguments

w_window1

Text window in which you want to display the bindkeys.

w_window2

Window associated with the application for which you want to see the bindkeys.

Values Returned

t

The bindkey is displayed.

nil

w_window is invalid. A warning is also issued.

Related Topics

Bindkey Functions


Return to top
 ⠀
X